mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 12:42:34 +02:00
revert github workflow
This commit is contained in:
parent
e12b356d0d
commit
830d0bdadd
1 changed files with 4 additions and 10 deletions
8
.github/workflows/docker-image.yml
vendored
8
.github/workflows/docker-image.yml
vendored
|
@ -8,13 +8,7 @@ jobs:
|
|||
build_and_push:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set tags (latest)
|
||||
if: "!endsWith(github.ref, '-dev')"
|
||||
run: echo "::set-output name=tag::latest,${{ github.ref_name }}"
|
||||
- name: Set tags (dev)
|
||||
if: "endsWith(github.ref, '-dev')"
|
||||
run: echo "::set-output name=tag::dev,${{ github.ref_name }}"
|
||||
- name: Build and Push Container to ghcr.io
|
||||
uses: GlueOps/github-actions-build-push-containers@v0.3.7
|
||||
with:
|
||||
tags: ${{ steps.build_and_push.outputs.tag }}
|
||||
tags: latest,${{ github.ref_name }}
|
Loading…
Add table
Reference in a new issue