Skip to content

Commit

Permalink
Build test
Browse files Browse the repository at this point in the history
  • Loading branch information
zigarn committed Jun 9, 2024
1 parent a593d37 commit cf1a8e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@ jobs:
password: ${{ secrets.GAR_JSON_KEY }}

- name: Set up Docker Buildx with docker-container driver
if: ${{ github.ref == 'refs/heads/master' }}
# if: ${{ github.ref == 'refs/heads/master' }}
uses: docker/setup-buildx-action@v3
with:
driver: docker-container

- name: Build and push
if: ${{ github.ref == 'refs/heads/master' }}
# if: ${{ github.ref == 'refs/heads/master' }}
env:
IMAGE_NAME: ${{ env.IMAGE_REPOSITORY }}:${{ inputs.tag }}
IMAGE_VERSIONED_NAME: ${{ env.IMAGE_REPOSITORY }}:${{ steps.tag.outputs.value }}
Expand All @@ -188,6 +188,6 @@ jobs:
europe-docker.pkg.dev/zenika-hub/eu.gcr.io/${{ env.IMAGE_VERSIONED_NAME }}
asia-docker.pkg.dev/zenika-hub/asia.gcr.io/${{ env.IMAGE_NAME }}
asia-docker.pkg.dev/zenika-hub/asia.gcr.io/${{ env.IMAGE_VERSIONED_NAME }}
push: true
#push: true
cache-from: type=gha
cache-to: type=gha

0 comments on commit cf1a8e3

Please sign in to comment.