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

Commit

Permalink
ci: Remove latest tag from newly tagged images (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed May 6, 2021
1 parent 2c9f057 commit 03ad3f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ jobs:
token: ${{ secrets.GHCR_PAT }}
repository: ${{ github.repository }}
target: ${{ steps.push.outputs.sha }}
tags: |
${{ steps.push.outputs.ref }}
latest
tags: ${{ steps.push.outputs.ref }}

0 comments on commit 03ad3f9

Please sign in to comment.