Skip to content

Commit e121ff1

Browse files
committed
let's go. comment in if and push.
1 parent 6e740a1 commit e121ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_build_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
bundle exec rake
4545
4646
docker-push:
47-
# if: ${{ github.ref == 'refs/heads/master' }}
47+
if: ${{ github.ref == 'refs/heads/master' }}
4848
needs:
4949
- docker-test
5050
- hadolint
@@ -84,7 +84,7 @@ jobs:
8484
uses: docker/build-push-action@v5
8585
with:
8686
context: .
87-
push: false
87+
push: true
8888
tags: |
8989
gilcreator/html2rss-web:latest
9090
gilcreator/html2rss-web:${{ github.sha }}

0 commit comments

Comments
 (0)