Skip to content

Commit f494145

Browse files
authored
Merge pull request #1 from hutchic/feat/build-shas
feat(sha): build sha's for main even when there is no release
2 parents f028863 + 8a70f35 commit f494145

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
- name: Docker meta
37-
if: steps['release']['outputs']['published'] == 'true'
3837
id: meta
3938
uses: crazy-max/ghaction-docker-meta@v3
4039
with:
@@ -44,13 +43,11 @@ jobs:
4443
type=ref,event=branch
4544
type=sha
4645
- name: Login to DockerHub
47-
if: steps['release']['outputs']['published'] == 'true'
4846
uses: docker/login-action@v1
4947
with:
5048
username: ${{ secrets.DOCKER_USERNAME }}
5149
password: ${{ secrets.DOCKER_TOKEN }}
5250
- name: Build & Push
53-
if: steps['release']['outputs']['published'] == 'true'
5451
uses: docker/bake-action@v1
5552
with:
5653
push: 'true'

0 commit comments

Comments
 (0)