We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e740a1 commit e121ff1Copy full SHA for e121ff1
.github/workflows/test_build_push.yml
@@ -44,7 +44,7 @@ jobs:
44
bundle exec rake
45
46
docker-push:
47
- # if: ${{ github.ref == 'refs/heads/master' }}
+ if: ${{ github.ref == 'refs/heads/master' }}
48
needs:
49
- docker-test
50
- hadolint
@@ -84,7 +84,7 @@ jobs:
84
uses: docker/build-push-action@v5
85
with:
86
context: .
87
- push: false
+ push: true
88
tags: |
89
gilcreator/html2rss-web:latest
90
gilcreator/html2rss-web:${{ github.sha }}
0 commit comments