Skip to content

Commit

Permalink
revert github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yusing committed Apr 8, 2024
1 parent e12b356 commit 830d0bd
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
tags: ${{ steps.build_and_push.outputs.tag }}
- name: Build and Push Container to ghcr.io
uses: GlueOps/[email protected]
with:
tags: latest,${{ github.ref_name }}

0 comments on commit 830d0bd

Please sign in to comment.