mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 18:06:07 +01:00
Only ever push to the indiekit tag
This commit is contained in:
parent
d99607e853
commit
d74a04c13d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/indiekit-docker.yml
vendored
4
.github/workflows/indiekit-docker.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue