mirror of
https://github.com/yusing/godoxy.git
synced 2025-08-02 06:50:56 +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:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
build_and_push:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Build and Push Container to ghcr.io
|
||||
uses: GlueOps/github-actions-build-push-containers@v0.3.7
|
||||
with:
|
||||
tag: latest
|
||||
|
|
Loading…
Add table
Reference in a new issue