Skip to content

Commit

Permalink
correcting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rdev2021 authored May 13, 2024
1 parent 3e4593e commit 000f7d0
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 @@ -8,6 +8,6 @@ jobs:
- uses: actions/checkout@v3
- name: Build & Push image
run: |
docker login --username rdev2021 --password ${{ secrets.GH_PATH }} ghcr.io
docker login --username rdev2021 --password ${{ secrets.GH_PAT }} ghcr.io
docker build . --tag ghcr.io/rdev2021/network-test:latest
docker push ghcr.io/rdev2021/network-test:latest

0 comments on commit 000f7d0

Please sign in to comment.