Skip to content

Commit

Permalink
integrate save digest into docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreat committed Nov 13, 2024
1 parent fea4658 commit 65950f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ outputs:
value: ${{ inputs.push }}
digest:
description: docker image digest
value: ${{ steps.docker_build.outputs.digest }}
value: ${{ steps.build.outputs.digest }}

runs:
using: composite
Expand Down Expand Up @@ -96,7 +96,7 @@ runs:
password: ${{ inputs.password }}

- name: Publish to DockerHub
id: docker_build
id: build
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_CHECKS_ANNOTATIONS: "false"
Expand Down

0 comments on commit 65950f5

Please sign in to comment.