Skip to content

Commit

Permalink
init version
Browse files Browse the repository at this point in the history
  • Loading branch information
templarfelix committed Apr 7, 2024
1 parent e247756 commit 4e18190
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/templarfelix/gameserver-operator
images: templarfelix/gameserver-operator
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -30,9 +30,8 @@ jobs:
name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{github.repository_owner }}
password: ${{secrets.GITHUB_TOKEN}}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 4e18190

Please sign in to comment.