Skip to content

Commit c27a041

Browse files
authored
Update push-docker-image.yaml
1 parent 2bdef96 commit c27a041

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/push-docker-image.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ env:
99
DOCKER_USER: ${{ secrets.DOCKER_USER }}
1010
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
1111
REPO_NAME: ${{ secrets.REPO_NAME }}
12-
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
1312

1413
jobs:
1514
push_to_registry:
@@ -37,5 +36,5 @@ jobs:
3736
context: .
3837
file: ./build/Dockerfile
3938
push: true
40-
tags: $RELEASE_VERSION
39+
tags: ${{ steps.vars.outputs.tag }}
4140
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)