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.
2 parents f028863 + 8a70f35 commit f494145Copy full SHA for f494145
.github/workflows/release.yml
@@ -34,7 +34,6 @@ jobs:
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
- name: Docker meta
37
- if: steps['release']['outputs']['published'] == 'true'
38
id: meta
39
uses: crazy-max/ghaction-docker-meta@v3
40
with:
@@ -44,13 +43,11 @@ jobs:
44
43
type=ref,event=branch
45
type=sha
46
- name: Login to DockerHub
47
48
uses: docker/login-action@v1
49
50
username: ${{ secrets.DOCKER_USERNAME }}
51
password: ${{ secrets.DOCKER_TOKEN }}
52
- name: Build & Push
53
54
uses: docker/bake-action@v1
55
56
push: 'true'
0 commit comments