Skip to content

Commit

Permalink
feat: add versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Jul 11, 2024
1 parent 4b0be14 commit a142a13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
push: true
tags: |
ghcr.io/shyim/adminerevo:latest
ghcr.io/shyim/adminerevo:${{ steps.ADMINEREVO_VERSION.outputs.VERSION }}
shyim/adminerevo:latest
shyim/adminerevo:${{ steps.ADMINEREVO_VERSION.outputs.VERSION }}
platforms: linux/amd64,linux/arm64
build-args: |
ADMINEREVO_VERSION=${{ steps.ADMINEREVO_VERSION.outputs.VERSION }}

0 comments on commit a142a13

Please sign in to comment.