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 ce6a3f5 commit 9a5676dCopy full SHA for 9a5676d
.github/workflows/main.yml
@@ -1,5 +1,6 @@
1
env:
2
CONTAINER_IMAGE_TAG: githubchangeloggenerator/github-changelog-generator:latest
3
+ PUSH_IMAGES: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
4
5
name: Build and deploy latest image
6
@@ -40,8 +41,6 @@ jobs:
40
41
shell: bash
42
run: docker run ${{ env.CONTAINER_IMAGE_TAG }}
43
deploy:
- env:
44
- PUSH_IMAGES: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
45
environment: Docker Hub
46
if: ${{ env.PUSH_IMAGES }}
47
name: Deploy the container image
0 commit comments