We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fedc64e commit 33703ccCopy full SHA for 33703cc
.github/workflows/docker.yml
@@ -67,9 +67,6 @@ jobs:
67
tags: |
68
type=raw,value=latest,priority=500
69
type=raw,value=${{ steps.timestamp.outputs.timestamp }},priority=400
70
- type=raw,value=secure-${{ steps.timestamp.outputs.timestamp }},priority=300
71
- type=raw,value=secure-latest,priority=200
72
- type=raw,value=main-${{ github.sha }},priority=100
73
74
- name: Build and push Docker image
75
id: build-and-push
0 commit comments