Skip to content

Commit

Permalink
use long form hashes for docker image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed May 6, 2024
1 parent d90e3aa commit 4c805fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-production-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
flavor: |
latest=false
tags: |
type=sha
type=sha,format=long
type=ref,event=branch
type=ref,event=pr
type=raw,value=latest,enable={{is_default_branch}}
Expand All @@ -47,7 +47,7 @@ jobs:
flavor: |
latest=false
tags: |
type=sha
type=sha,format=long
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 4c805fb

Please sign in to comment.