Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jammsen/docker-palworld-dedicated…
Browse files Browse the repository at this point in the history
…-server
  • Loading branch information
jammsen committed Jan 23, 2024
2 parents 192656c + de32bb5 commit 11b1b34
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,26 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Login to GHCR
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: |
jammsen/palworld-dedicated-server
ghcr.io/${{ github.repository }}
-
name: Build and push
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: jammsen/palworld-dedicated-server:latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 11b1b34

Please sign in to comment.