Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
treyturner committed Apr 21, 2023
1 parent 623fe76 commit 5bef0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Build and tag
run: docker build . --file Dockerfile --tag $DOCKERHUB_USERNAME/$PROJECT_NAME:latest --tag $DOCKERHUB_USERNAME/$PROJECT_NAME:${{ github.run_number }}.${{ github.run_attempt }}
- name: Publish
run: docker push --all-tags ${{secrets.DOCKERHUB_USERNAME}}/sabnzbd-sanitizer
run: docker push --all-tags $DOCKERHUB_USERNAME/$PROJECT_NAME

0 comments on commit 5bef0c2

Please sign in to comment.