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