Skip to content

Commit

Permalink
github.sha
Browse files Browse the repository at this point in the history
  • Loading branch information
scrungus authored Aug 19, 2024
1 parent cf51ba9 commit 8ca98be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Check out the repository
uses: actions/checkout@v4
with:
ref: ${{ github.sha }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down Expand Up @@ -43,4 +45,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.image-meta.outputs.tags }}
labels: ${{ steps.image-meta.outputs.labels }}
labels: ${{ steps.image-meta.outputs.labels }}

0 comments on commit 8ca98be

Please sign in to comment.