Skip to content

Commit

Permalink
ci: sha tags for Docker builds (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Nov 19, 2024
1 parent e3a964f commit 60b7cf3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,15 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=schedule
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
type=sha
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 60b7cf3

Please sign in to comment.