mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 22:30:47 +01:00
revert github workflow
This commit is contained in:
14
.github/workflows/docker-image.yml
vendored
14
.github/workflows/docker-image.yml
vendored
@@ -8,13 +8,7 @@ jobs:
|
|||||||
build_and_push:
|
build_and_push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set tags (latest)
|
- name: Build and Push Container to ghcr.io
|
||||||
if: "!endsWith(github.ref, '-dev')"
|
uses: GlueOps/github-actions-build-push-containers@v0.3.7
|
||||||
run: echo "::set-output name=tag::latest,${{ github.ref_name }}"
|
with:
|
||||||
- name: Set tags (dev)
|
tags: latest,${{ github.ref_name }}
|
||||||
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 }}
|
|
||||||
Reference in New Issue
Block a user