Skip to content

Commit

Permalink
Disable latest tag for alpine to avoid overwriting the debian latest tag
Browse files Browse the repository at this point in the history
There is no lastes-alpine as the specified suffix is not applied to the
latest tag.
  • Loading branch information
dbast committed Jul 23, 2021
1 parent dba469f commit 052e0f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/miniconda_alpine_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
type=ref,event=branch,suffix=-alpine
type=ref,event=pr,suffix=-alpine
type=match,pattern=miniconda3-v(.*)-alpine,group=1,suffix=-alpine
flavor: |
latest=false
- name: build miniconda3/alpine
uses: docker/build-push-action@1bc1040caef9e604eb543693ba89b5bf4fc80935
Expand Down

0 comments on commit 052e0f9

Please sign in to comment.