Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seanvaleo committed Apr 14, 2024
1 parent b3ab771 commit 7559f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ jobs:
update-dockerhub-latest:
name: Update Latest Tag in Dockerhub
runs-on: ubuntu-latest
needs: [info,validate-tag,update-cdn-latest]
needs: [info,build,cdn,image]
steps:
- name: Login to Dockerhub
uses: docker/login-action@v2
Expand Down

0 comments on commit 7559f8e

Please sign in to comment.