Skip to content

Commit

Permalink
Update patch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 committed Feb 15, 2024
1 parent f17231e commit 16129bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: checkout the repo
run: |
docker login --username ${{ secrets.GH_USERNAME }} --password ${{ secrets.GH_TOKEN }} ghcr.io
docker build --build-arg BRANCH=$(git rev-parse --abbrev-ref HEAD) -t ghcr.io/drazzilb08/userscripts:dev .
docker build --build-arg BRANCH=$(git rev-parse --abbrev-ref HEAD) -t ghcr.io/drazzilb08/userscripts:${{ github.ref_slug }} .
docker push ghcr.io/drazzilb08/userscripts:${{ github.ref_slug }}
- name: Login to Docker Hub
Expand Down

0 comments on commit 16129bd

Please sign in to comment.