Skip to content

Commit

Permalink
Removed dev_ prefix from release_docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
josvandervelde committed Nov 15, 2024
1 parent 0ab2695 commit a7d07c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
context: .
file: docker/Dockerfile
tags: "dev_${{ steps.meta_dockerhub.outputs.tags }}"
tags: ${{ steps.meta_dockerhub.outputs.tags }}
labels: ${{ steps.meta_dockerhub.outputs.labels }}
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit a7d07c1

Please sign in to comment.