Skip to content

Commit

Permalink
test pushing image
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Jan 13, 2025
1 parent 48da759 commit f45f53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
publish-docker-image-latest:
name: Publish docker image tagged latest
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
steps:
- name: Check out the repo
uses: actions/checkout@v2
Expand Down

0 comments on commit f45f53c

Please sign in to comment.