Skip to content

Commit

Permalink
Merge pull request #1065 from kapicorp/chore/fix-docker-publish
Browse files Browse the repository at this point in the history
fix(gh-actions): only publish when name is given
  • Loading branch information
ademariag authored Oct 2, 2023
2 parents b159984 + 5df7a10 commit 2d1606f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ jobs:
type=semver,pattern={{major}}
- uses: int128/docker-manifest-create-action@v1
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME}}
if: env.DOCKERHUB_USERNAME != null
with:
tags: ${{ steps.meta.outputs.tags }}
builder: buildx
Expand Down

0 comments on commit 2d1606f

Please sign in to comment.