mirror of
https://github.com/BretFisher/shpod.git
synced 2026-05-08 10:56:33 +00:00
fixing image tags
This commit is contained in:
6
.github/workflows/docker-build-and-push.yml
vendored
6
.github/workflows/docker-build-and-push.yml
vendored
@@ -25,8 +25,8 @@ jobs:
|
||||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: |
|
||||
bretfisher/shpod
|
||||
ghcr.io/bretfisher/shpod
|
||||
bretfisher/shpod:latest
|
||||
ghcr.io/bretfisher/shpod:latest
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
@@ -54,5 +54,5 @@ jobs:
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||
tags: bretfisher/shpod:latest,ghcr.io/bretfisher/shpod:latest
|
||||
labels: ${{ steps.docker_meta.outputs.labels }}
|
||||
Reference in New Issue
Block a user