Skip to content

Commit

Permalink
Reference correct Dockerfile and add commit sha label (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuck99 committed Sep 12, 2024
1 parent e6f40a3 commit 055840c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: |
${{ steps.meta.outputs.tags }}
${{ github.sha }}
labels: ${{ steps.meta.outputs.labels }}
file: Dockerfile.release
- name: Generate artifact attestation
# v1.4.0
uses: actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd
Expand Down

0 comments on commit 055840c

Please sign in to comment.