Skip to content

Commit

Permalink
Remove Release workflow condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge committed Jun 7, 2022
1 parent cf115aa commit adedfdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
uses: actions/checkout@master

- name: Log into registry
if: github.ref == 'refs/heads/main'
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b
with:
registry: docker.io
Expand All @@ -77,7 +76,6 @@ jobs:


- name: Build and push Docker image
if: github.ref == 'refs/heads/main'
id: build-and-push
uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8
with:
Expand Down

0 comments on commit adedfdd

Please sign in to comment.