Skip to content

Commit

Permalink
Update version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 committed Feb 25, 2024
1 parent 7954a4e commit 3e50af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build GH Container
run: |
echo ${{ secrets.GH_TOKEN }} | docker login --username ${{ secrets.GH_USERNAME }} --password-stdin ghcr.io
docker build --build-arg BRANCH=${{ steps.extract_branch.outputs.branch }} -t ghcr.io/drazzilb08/userscripts:${{ steps.get_version.outputs.VERSION }}
docker build --build-arg BRANCH=${{ steps.extract_branch.outputs.branch }} -t ghcr.io/drazzilb08/userscripts:${{ steps.get_version.outputs.VERSION }} .
docker push ghcr.io/drazzilb08/userscripts:${{ steps.get_version.outputs.VERSION }}
- name: Login to Docker Hub
Expand Down

0 comments on commit 3e50af9

Please sign in to comment.