Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit a6e3dab

Browse files
committed
Fixing github action
1 parent 7612182 commit a6e3dab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
outputs:
19-
image-digest: ${{ steps.publish.outputs.digest }}
19+
image_digest: ${{ steps.publish.outputs.digest }}
2020
steps:
2121
- name: Log in to Docker Hub
2222
uses: docker/login-action@v1

0 commit comments

Comments
 (0)