mirror of
https://github.com/yusing/godoxy.git
synced 2025-08-03 06:57:02 +00:00
Update docker-image.yml
This commit is contained in:
parent
f2ce27ccb2
commit
f697f84978
1 changed files with 5 additions and 1 deletions
6
.github/workflows/docker-image.yml
vendored
6
.github/workflows/docker-image.yml
vendored
|
@ -3,10 +3,14 @@ name: Build and Push Container to GitHub Container Registry
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
build_and_push:
|
build_and_push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Build and Push Container to ghcr.io
|
- name: Build and Push Container to ghcr.io
|
||||||
uses: GlueOps/github-actions-build-push-containers@v0.3.7
|
uses: GlueOps/github-actions-build-push-containers@v0.3.7
|
||||||
|
with:
|
||||||
|
tag: latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue