Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
Fix tagging
  • Loading branch information
kjake committed Mar 24, 2024
1 parent a3b5533 commit be46838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
uses: docker/build-push-action@v5
with:
platforms: linux/386,linux/amd64,linux/arm64/v8,linux/arm/v6,linux/arm/v7,linux/ppc64le,linux/s390x
tags: ${{ env.IMAGE_NAME }}:latest
tags: ${{ env.IMAGE_NAME }}:speedtest
push: true

0 comments on commit be46838

Please sign in to comment.