mirror of
https://github.com/yusing/godoxy.git
synced 2025-08-02 14:57:01 +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:
|
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
|
||||||
|
@ -13,4 +10,4 @@ jobs:
|
||||||
- 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:
|
with:
|
||||||
tag: latest
|
tags: latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue