Skip to content

Commit

Permalink
revertme
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile-sentry committed Aug 4, 2023
1 parent b379cd0 commit 196becc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env:
DOCKER_USER: ${{ github.actor }}
DOCKER_PASS: ${{ secrets.GITHUB_TOKEN }}
if: github.event_name != 'pull_request'
# if: github.event_name != 'pull_request'
- name: docker push
run: |
set -euxo pipefail
Expand All @@ -57,4 +57,4 @@ jobs:
docker tag "$craft_latest" "$craft_versioned"
docker push "$craft_versioned"
docker push "$craft_latest"
if: github.event_name != 'pull_request'
# if: github.event_name != 'pull_request'

0 comments on commit 196becc

Please sign in to comment.