Skip to content

Commit

Permalink
Hide sha- prefix from docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroCC authored Oct 11, 2023
1 parent eb972d9 commit f2ec7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# pull request event
type=ref,enable=true,prefix=pr-,suffix=,event=pr
# commit sha
type=sha,format=short
type=sha,prefix=,suffix=,format=short
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit f2ec7d5

Please sign in to comment.