Skip to content

Commit a7d07c1

Browse files
Removed dev_ prefix from release_docker.yaml
1 parent 0ab2695 commit a7d07c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
context: .
4747
file: docker/Dockerfile
48-
tags: "dev_${{ steps.meta_dockerhub.outputs.tags }}"
48+
tags: ${{ steps.meta_dockerhub.outputs.tags }}
4949
labels: ${{ steps.meta_dockerhub.outputs.labels }}
5050
platforms: linux/amd64,linux/arm64
5151
push: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)