Skip to content

Commit 3c5c2e3

Browse files
committed
Tag the container as "latest"
1 parent 80787d6 commit 3c5c2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
context: .
4040
push: true
4141
# platforms: linux/amd64,linux/arm64
42-
tags: ${{ steps.meta.outputs.tags }}
42+
tags: ${{ steps.meta.outputs.tags }},latest
4343
labels: ${{ steps.meta.outputs.labels }}
4444
env:
4545
SOURCE_DATE_EPOCH: 0

0 commit comments

Comments
 (0)