Skip to content

Commit

Permalink
apply back the filter for docker tags on release/latest
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Nov 16, 2023
1 parent 785c665 commit 481c99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
release:
name: release
runs-on: ubuntu-latest
# if: ${{ success() && (contains(github.ref, 'refs/tags') || github.ref == 'refs/heads/master') }}
if: ${{ success() && (contains(github.ref, 'refs/tags') || github.ref == 'refs/heads/master') }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 481c99a

Please sign in to comment.