Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ParzivalEugene committed Oct 31, 2024
1 parent cbf7d89 commit 02ceadf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: ghcr.io/${{ env.REPO }}:${{ steps.meta.outputs.tag }}
tags: ${{ steps.meta.outputs.tags }}
continue-on-error: false

- name: Release
Expand Down

0 comments on commit 02ceadf

Please sign in to comment.