Skip to content

Commit

Permalink
Merge pull request #118 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Fix docker-push workflow
  • Loading branch information
andyone authored Dec 6, 2022
2 parents 0bc6555 + 32f51ce commit 2717b75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ jobs:
push: true
context: .
file: ${{steps.metadata.outputs.dockerfile}}
build-args:
- REGISTRY=docker.io
build-args: |
REGISTRY=docker.io
tags: |
${{env.IMAGE_NAME}}:${{matrix.image}}-${{steps.metadata.outputs.version}}
${{env.IMAGE_NAME}}:${{matrix.image}}
Expand All @@ -141,8 +141,8 @@ jobs:
push: true
context: .
file: ${{steps.metadata.outputs.dockerfile}}
build-args:
- REGISTRY=ghcr.io
build-args: |
REGISTRY=ghcr.io
tags: |
ghcr.io/${{env.IMAGE_NAME}}:${{matrix.image}}-${{steps.metadata.outputs.version}}
ghcr.io/${{env.IMAGE_NAME}}:${{matrix.image}}
Expand Down

0 comments on commit 2717b75

Please sign in to comment.