Update .github/workflows/build.yaml
This commit is contained in:
parent
bdead51c7c
commit
032e35256a
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@ -3,7 +3,7 @@ name: Build Docker Image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
paths-ignore:
|
paths_ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
@ -38,7 +38,8 @@ jobs:
|
|||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v4
|
uses: docker/metadata-action@v4
|
||||||
with:
|
with:
|
||||||
images: local/personal-website
|
# Updated image name to reflect your Gitea registry
|
||||||
|
images: git.d4m13n.dev/damien/personal-website
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
@ -60,4 +61,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: docker-image
|
name: docker-image
|
||||||
path: /tmp/image.tar
|
path: /tmp/image.tar
|
||||||
retention-days: 1
|
retention-days: 1
|
Loading…
x
Reference in New Issue
Block a user