Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
filippobrizzi committed Jan 31, 2024
1 parent 512cde7 commit 34a7e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- name: Build and push the image
run: |
docker login --username filippobrizzi --password ${{ secres.GH_PAT }} ghcr.io
docker login --username filippobrizzi --password ${{ secrets.GH_PAT }} ghcr.io
cd ${{github.workspace}}/docker
./build.sh
source ./version.sh
Expand Down

0 comments on commit 34a7e06

Please sign in to comment.