mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 19:05:41 +01:00
Actually push to GHCR 🤦♂️
This commit is contained in:
parent
cbee5b3b4a
commit
c97afbe081
1 changed files with 2 additions and 2 deletions
4
.github/workflows/indiekit-docker.yml
vendored
4
.github/workflows/indiekit-docker.yml
vendored
|
@ -35,12 +35,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GHCR_PUBLISH_PAT }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Extract metadata for Docker
|
- name: Extract metadata for Docker
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: by-jp/www.byjp.me
|
images: ghcr.io/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
|
||||||
|
|
Loading…
Reference in a new issue