Skip to content

Commit

Permalink
chore(): upload-dockerhub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmanTaheriGhaleTaki committed Dec 29, 2024
1 parent 2ae86c5 commit e4a72c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-dockerhub.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: upload image to dockerhub

on:
push:
Expand All @@ -24,7 +24,7 @@ jobs:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/best403unlocker:latest
release:
needs: deploy
needs: upload image to dockerhub
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
Expand Down

0 comments on commit e4a72c4

Please sign in to comment.