Skip to content

Commit

Permalink
add github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wulff007 committed Feb 3, 2024
1 parent 42eb67d commit a4f2186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
file: ./Dockerfile
push: true
platforms: linux/amd64,linux/arm64
tags: tabbled/web:latest, tabbled/${{ steps.package-version.outputs.current-version}}
tags: tabbled/web:latest, tabbled/web:${{ steps.package-version.outputs.current-version}}

0 comments on commit a4f2186

Please sign in to comment.