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
f697f84978
commit
4b480cab6e
1 changed files with 1 additions and 4 deletions
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
|
@ -3,9 +3,6 @@ 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
|
||||
|
@ -13,4 +10,4 @@ jobs:
|
|||
- name: Build and Push Container to ghcr.io
|
||||
uses: GlueOps/github-actions-build-push-containers@v0.3.7
|
||||
with:
|
||||
tag: latest
|
||||
tags: latest
|
||||
|
|
Loading…
Add table
Reference in a new issue