Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arguser authored Nov 1, 2024
1 parent 01b9af4 commit c740975
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
${{ github.repository }}
escaping/core-keeper-dedicated
ghcr.io/${{ github.repository }}
# generate Docker tags based on the following events/attributes
tags: |
Expand All @@ -50,7 +50,6 @@ jobs:
id: docker_build
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit c740975

Please sign in to comment.