Skip to content

Commit

Permalink
fix: in action
Browse files Browse the repository at this point in the history
  • Loading branch information
neverbot committed Feb 7, 2024
1 parent aa21fa3 commit f3eafdb
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 @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- name: Login onto ghcr
run: |
docker login --user maldorne-bot --password ${{ secrets.MALDORNE_BOT_GHCR_TOKEN }} ghcr.io
docker login --username maldorne-bot --password ${{ secrets.MALDORNE_BOT_GHCR_TOKEN }} ghcr.io
- name: Build image
run: |
docker build --no-cache . -t ghcr.io/maldorne/mudos:v21.7
Expand Down

0 comments on commit f3eafdb

Please sign in to comment.