Skip to content
This repository was archived by the owner on Aug 28, 2022. It is now read-only.

Commit 03ad3f9

Browse files
authored
ci: Remove latest tag from newly tagged images (#52)
1 parent 2c9f057 commit 03ad3f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tag.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@ jobs:
2020
token: ${{ secrets.GHCR_PAT }}
2121
repository: ${{ github.repository }}
2222
target: ${{ steps.push.outputs.sha }}
23-
tags: |
24-
${{ steps.push.outputs.ref }}
25-
latest
23+
tags: ${{ steps.push.outputs.ref }}

0 commit comments

Comments
 (0)