Skip to content

Commit

Permalink
Merge pull request #7 from mtrogman/test4
Browse files Browse the repository at this point in the history
attempt to auto create latest tag
  • Loading branch information
mtrogman authored Oct 2, 2023
2 parents d240de4 + 2bd6b2c commit cb0c510
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@ jobs:
tags: |
mtrogman/regrabarr:latest-${{ steps.vars.outputs.arch }}
mtrogman/regrabarr:${{ steps.vars.outputs.version }}-${{ steps.vars.outputs.arch }}
mtrogman/regrabarr:latest
ghcr.io/mtrogman/regrabarr:latest-${{ steps.vars.outputs.arch }}
ghcr.io/mtrogman/regrabarr:${{ steps.vars.outputs.version }}-${{ steps.vars.outputs.arch }}
ghcr.io/mtrogman/regrabarr:latest
labels: |
org.opencontainers.image.title=tauticord
org.opencontainers.image.version=${{ steps.vars.outputs.version }}-${{ steps.vars.outputs.arch }}
Expand Down

0 comments on commit cb0c510

Please sign in to comment.