fixing image tags

This commit is contained in:
Bret Fisher
2021-04-27 14:52:40 -05:00
parent 3fe2fe6e9f
commit 13aa6112fa

View File

@@ -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 }}