Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso authored Jan 10, 2024
1 parent 4a652ee commit 0301e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
shell: bash
run: |
# CELOCLI_VERSION="$(${{ github.event.release.name }}##*@)"
CELOCLI_VERSION="0.0.0-test"
CELOCLI_VERSION="3.1.3"
echo "CELOCLI_VERSION=$CELOCLI_VERSION" >> $GITHUB_OUTPUT
# CeloCli standalone image
celocli-standalone:
Expand All @@ -35,7 +35,7 @@ jobs:
workload-id-provider: projects/1094498259535/locations/global/workloadIdentityPools/gh-developer-tooling/providers/github-by-repos
service-account: '[email protected]'
artifact-registry: us-west1-docker.pkg.dev/devopsre/developer-tooling/celocli
tags: ${{ needs.split-version.outputs.CELOCLI_VERSION }}
tags: ci-test-${{ needs.split-version.outputs.CELOCLI_VERSION }}
context: .
file: packages/cli/standalone.Dockerfile
build-args: VERSION=${{ needs.split-version.outputs.CELOCLI_VERSION }}
Expand Down

0 comments on commit 0301e0e

Please sign in to comment.