Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonDane committed Feb 10, 2024
1 parent bbbcd03 commit 487a0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
call-workflow-dockerhub-build-push:
uses: NelsonDane/DockerHub-Actions/.github/workflows/dockerhub_build_push.yml@main
with:
dockerhub_repo_name: auto-rsa
image_name: auto-rsa
image_tag: ${{ github.ref_name == 'main' && 'latest' || startsWith(github.ref_name, 'develop') && github.ref_name }}
should_push: ${{ github.ref_name == 'main' || startsWith(github.ref_name, 'develop') }}
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 487a0fb

Please sign in to comment.