Skip to content

Commit

Permalink
Merge pull request #8 from e7d/feat/main/improve-github-actions
Browse files Browse the repository at this point in the history
Fix GitHub actions metadata set
  • Loading branch information
e7d authored Apr 5, 2024
2 parents f78eb1e + f955f59 commit d94c2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
images: |
name=${{ vars.GHCR_IMAGE }}
name=${{ vars.DOCKERHUB_IMAGE }},enable=${{ github.event_name != 'pull_request' }}
name=${{ vars.DOCKERHUB_IMAGE }},enable=${{ startsWith(github.ref, 'refs/tags/') }}
labels: |
org.opencontainers.image.title=docker-diskmark
org.opencontainers.image.description=A disk benchmarking tool for Docker
Expand Down

0 comments on commit d94c2e3

Please sign in to comment.