Skip to content

Commit

Permalink
Merge pull request #1 from hutchic/feat/build-shas
Browse files Browse the repository at this point in the history
feat(sha): build sha's for main even when there is no release
  • Loading branch information
hutchic authored Jan 4, 2022
2 parents f028863 + 8a70f35 commit f494145
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Docker meta
if: steps['release']['outputs']['published'] == 'true'
id: meta
uses: crazy-max/ghaction-docker-meta@v3
with:
Expand All @@ -44,13 +43,11 @@ jobs:
type=ref,event=branch
type=sha
- name: Login to DockerHub
if: steps['release']['outputs']['published'] == 'true'
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build & Push
if: steps['release']['outputs']['published'] == 'true'
uses: docker/bake-action@v1
with:
push: 'true'
Expand Down

0 comments on commit f494145

Please sign in to comment.