Skip to content

Commit

Permalink
Revert "Reapply "Push image for testing""
Browse files Browse the repository at this point in the history
This reverts commit 3a356ab.
  • Loading branch information
sveitser committed Aug 15, 2024
1 parent 3a356ab commit 8678606
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/espresso-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Login to Github Container Repo
uses: docker/login-action@v3
# if: github.event_name != 'pull_request'
if: github.event_name != 'pull_request'
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -45,8 +45,7 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
# push: ${{ github.event_name != 'pull_request' }}
push: true
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down

0 comments on commit 8678606

Please sign in to comment.