Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonDane committed Feb 15, 2024
1 parent 3b487d6 commit 23bc3eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
call-workflow-dockerhub-build-push:
uses: NelsonDane/DockerHub-Actions/.github/workflows/dockerhub_build_push.yml@2f832df9dadc9af66cccda7e61fedd715b1cb0a3
uses: NelsonDane/Custom-GitHub-Actions/.github/workflows/dockerhub-build-push.yml@e3876788a573bfb35bac32593c4075b87c37e774
with:
image_name: auto-rsa
image_tag: ${{ github.ref_name == 'main' && 'latest' || startsWith(github.ref_name, 'develop') && github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
call-dockerhub-action:
uses: NelsonDane/DockerHub-Actions/.github/workflows/dockerhub-description.yml@2f832df9dadc9af66cccda7e61fedd715b1cb0a3
uses: NelsonDane/Custom-GitHub-Actions/.github/workflows/dockerhub-description.yml@e3876788a573bfb35bac32593c4075b87c37e774
with:
dockerhub_repo_name: auto-rsa
secrets:
Expand Down

0 comments on commit 23bc3eb

Please sign in to comment.