Skip to content

Commit

Permalink
Add id to push action
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedearing committed Sep 4, 2024
1 parent 2692a32 commit 75ca9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Push to GitHub Registry
id: push
uses: docker/build-push-action@v6
with:
context: .
Expand All @@ -41,4 +42,3 @@ jobs:
subject-name: ghcr.io/jessedearing/debug
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

0 comments on commit 75ca9a5

Please sign in to comment.