Skip to content

Commit

Permalink
ci: Fix the docker tag (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Mar 3, 2023
1 parent a3d8cc4 commit d446b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
file: ${{ env.DOCKERFILE }}
platforms: linux/amd64
tags: |
${{ env.DOCKERHUB_USERNAME }}/box:${{ steps.download_release.outputs.version }}
${{ env.DOCKERHUB_USERNAME }}/box:${{ github.ref_name }}
${{ env.DOCKERHUB_USERNAME }}/box:latest
load: true

Expand All @@ -162,6 +162,6 @@ jobs:
file: ${{ env.DOCKERFILE }}
platforms: linux/amd64
tags: |
${{ env.DOCKERHUB_USERNAME }}/box:${{ steps.download_release.outputs.version }}
${{ env.DOCKERHUB_USERNAME }}/box:${{ github.ref_name }}
${{ env.DOCKERHUB_USERNAME }}/box:latest
push: true

0 comments on commit d446b94

Please sign in to comment.