Skip to content

Commit

Permalink
fixup! ci: change workflow to publish to internal artifact registry
Browse files Browse the repository at this point in the history
  • Loading branch information
saty9 committed Apr 25, 2024
1 parent 57e64ba commit 4901a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,10 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: {context}/Dockerfile.base
# cache-from: type=gha
# cache-to: type=gha,mode=max
push: false
build-args: |
GOOGLE_CREDS=${{ steps.credentials_file_name.outputs.credentials_file_name }}
tags: |
europe-west2-docker.pkg.dev/playerdata-infrastructure-prod/docker-images/zephyr/ci-base:${{ steps.extract_tag.outputs.tag }}
Expand All @@ -84,6 +83,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: {context}/Dockerfile.ci
# cache-from: type=gha
# cache-to: type=gha,mode=max
push: true
Expand Down

0 comments on commit 4901a2f

Please sign in to comment.