Skip to content

Commit 6cca9a7

Browse files
authored
Update docker-image.yml
1 parent 1afa127 commit 6cca9a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Debug tags
4545
id: debug
4646
run: |
47-
echo "Tags value is : ${{ steps.docker_meta.output.tags }}"
47+
echo "Tags value is : ${{ steps.docker_meta.outputs.tags }}"
4848
4949
- name: Build and push Docker image
5050
id: build-and-push
@@ -53,7 +53,7 @@ jobs:
5353
context: .
5454
file: ./Dockerfile
5555
push: true
56-
tags: ${{ steps.docker_meta.output.tags }}
56+
tags: ${{ steps.docker_meta.outputs.tags }}
5757

5858
- name: Sign the images with GitHub OIDC Token
5959
env:

0 commit comments

Comments
 (0)