Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit d66d27a

Browse files
committed
Fix reference to step ID
1 parent b24a2c4 commit d66d27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-latest-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141

4242
- name: Push Docker image
4343
run: |
44-
docker push ghcr.io/eclipse-pass/pass-auth:${{ steps.project_version.outputs.version }}
44+
docker push ghcr.io/eclipse-pass/pass-auth:${{ steps.project-version.outputs.version }}
4545
docker push ghcr.io/eclipse-pass/pass-auth:latest

0 commit comments

Comments
 (0)