Skip to content

Commit

Permalink
add priorities
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed May 20, 2023
1 parent 0db8292 commit 5fabe66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=tag
type=raw,value=${{ env.VYPER_VERSION }}${{ env.VERSION_SUFFIX }}
type=raw,value=dev,enable=${{ github.ref == 'refs/heads/master' }}
type=raw,value=latest,enable=${{ github.event_name == 'release' }}
type=ref,event=tag,priority=400
type=raw,value=${{ env.VYPER_VERSION }}${{ env.VERSION_SUFFIX }},priority=200
type=raw,value=dev,enable=${{ github.ref == 'refs/heads/master' }},priority=600
type=raw,value=latest,enable=${{ github.event_name == 'release' }},priority=1000
- name: Login to ghcr.io
Expand Down

0 comments on commit 5fabe66

Please sign in to comment.