File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88env :
99 REGISTRY : ghcr.io
1010 IMAGE_NAME : ${{ github.repository }}
11- SHOULD_PUSH_IMAGE : ${{ (github.event_name == 'push' && (github.ref == 'refs/heads/master ' || github.ref == 'refs/heads/dev')) || github.event_name == 'workflow_dispatch' }}
11+ SHOULD_PUSH_IMAGE : ${{ (github.event_name == 'push' && (github.ref == 'refs/heads/main ' || github.ref == 'refs/heads/dev')) || github.event_name == 'workflow_dispatch' }}
1212
1313permissions :
1414 contents : read
4343 with :
4444 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4545 tags : |
46- type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master ' }}
46+ type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main ' }}
4747 type=raw,value=edge,enable=${{ github.ref == 'refs/heads/dev' }}
4848 type=sha
4949
8686 with :
8787 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
8888 tags : |
89- type=raw,value=latest-arm,enable=${{ github.ref == 'refs/heads/master ' }}
89+ type=raw,value=latest-arm,enable=${{ github.ref == 'refs/heads/main ' }}
9090 type=raw,value=edge-arm,enable=${{ github.ref == 'refs/heads/dev' }}
9191 type=sha,suffix=-arm
9292
You can’t perform that action at this time.
0 commit comments