Skip to content

Commit

Permalink
chore: Update latest image action in Docker publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Utesgui committed Jul 19, 2024
1 parent 761e4ae commit ca4301f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

# Keep latest Tag up to date
- name: Update latest image
uses: silverlyra/latest-image-action
uses: silverlyra/latest-image-action@v0.1.0
with:
repository: ${{ github.repository }}
candidate-tag: ${{ steps.build-and-push.outputs.digest }}
candidate-tag: ${{ github.ref_name }}

0 comments on commit ca4301f

Please sign in to comment.