Skip to content

Commit

Permalink
Fix the order of os-ver/rev tags
Browse files Browse the repository at this point in the history
  • Loading branch information
siomiz committed Oct 26, 2022
1 parent 3810385 commit 62bc0d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
images: siomiz/softethervpn
tags: |
type=raw,value=${{ matrix.tag }}
type=raw,value=${{ matrix.tag }}-${{ env.SE_VERSION }}
type=raw,value=${{ matrix.tag }}-${{ env.SE_REVISION }}
type=raw,value=${{ env.SE_VERSION }}-${{ matrix.tag }}
type=raw,value=${{ env.SE_REVISION }}-${{ matrix.tag }}
type=raw,value=latest,enable=${{ matrix.tag == 'alpine' }}
type=raw,value=${{ env.SE_VERSION }},enable=${{ matrix.tag == 'alpine' }}
type=raw,value=${{ env.SE_REVISION }},enable=${{ matrix.tag == 'alpine' }}
Expand Down

0 comments on commit 62bc0d8

Please sign in to comment.