Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Revert "Add "0:" to the front of the apt gcloud cli version"
Browse files Browse the repository at this point in the history
This reverts commit e1de183.
  • Loading branch information
harrisonmeister committed Jan 18, 2024
1 parent e1de183 commit 35eaf27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Build the ubuntu.2004 image
env:
VERSION_NUMBER: ${{ needs.get-version-number.outputs.VERSION }}
GOOGLE_CLOUD_CLI_VERSION: 0:${{ needs.get-version-number.outputs.VERSION }}-0
GOOGLE_CLOUD_CLI_VERSION: ${{ needs.get-version-number.outputs.VERSION }}-0
run: docker build ./ubuntu-2004 --build-arg GOOGLE_CLOUD_CLI_VERSION=$GOOGLE_CLOUD_CLI_VERSION --tag octopuslabs/gcp-workertools:$VERSION_NUMBER-ubuntu.2004 --tag octopuslabs/gcp-workertools:latest-ubuntu.2004
if: ${{ needs.get-version-number.outputs.CONTINUE == 'Yes' }}

Expand All @@ -124,7 +124,7 @@ jobs:
- name: Build the ubuntu.2204 image
env:
VERSION_NUMBER: ${{ needs.get-version-number.outputs.VERSION }}
GOOGLE_CLOUD_CLI_VERSION: 0:${{ needs.get-version-number.outputs.VERSION }}-0
GOOGLE_CLOUD_CLI_VERSION: ${{ needs.get-version-number.outputs.VERSION }}-0
run: docker build ./ubuntu-2204 --build-arg GOOGLE_CLOUD_CLI_VERSION=$GOOGLE_CLOUD_CLI_VERSION --tag octopuslabs/gcp-workertools:$VERSION_NUMBER-ubuntu.2204 --tag octopuslabs/gcp-workertools:latest-ubuntu.2204
if: ${{ needs.get-version-number.outputs.CONTINUE == 'Yes' }}

Expand Down

0 comments on commit 35eaf27

Please sign in to comment.