Skip to content

Commit

Permalink
fix: use release version as docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
StarTrooper08 committed Feb 20, 2024
1 parent f86f87c commit 67a2ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
with:
context: .
push: true
tags: ${{ github.event.release.tag_name }}
labels: ${{ github.event.release.tag_name }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.tags }}

- name: Optimize Docker Image
run: slim build --target ghcr.io/startrooper08/hashcraft:main --http-probe=true --expose 80
Expand Down

0 comments on commit 67a2ee8

Please sign in to comment.