Skip to content

Commit

Permalink
Enable publish GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Michionlion committed Jun 22, 2023
1 parent 417afb5 commit 4fa3f59
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ jobs:
with:
context: .
file: ./Dockerfile
push: false
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Debug
run: |
docker ps -a
docker images -a
# VERSION=$(echo "${{ github.event.release.tag_name }}" | sed -e 's/^v//')
# type=raw,value=latest,enable={{is_default_branch}}

0 comments on commit 4fa3f59

Please sign in to comment.