mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +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
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: by-jp/indiekit.byjp.me
|
||||
images: by-jp/www.byjp.me
|
||||
- name: Build and push Docker image
|
||||
id: push
|
||||
uses: docker/build-push-action@v6
|
||||
|
@ -47,5 +47,5 @@ jobs:
|
|||
context: ./indiekit
|
||||
file: ./indiekit/Dockerfile
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
tags: indiekit
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
Loading…
Reference in a new issue