Only ever push to the indiekit tag

This commit is contained in:
JP Hastings-Spital 2024-07-15 16:21:40 +01:00
parent d99607e853
commit d74a04c13d

View file

@ -39,7 +39,7 @@ jobs:
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
with: with:
images: by-jp/indiekit.byjp.me images: by-jp/www.byjp.me
- name: Build and push Docker image - name: Build and push Docker image
id: push id: push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
@ -47,5 +47,5 @@ jobs:
context: ./indiekit context: ./indiekit
file: ./indiekit/Dockerfile file: ./indiekit/Dockerfile
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: indiekit
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}