Skip to content

Commit

Permalink
on release
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgramComputer committed Jan 9, 2024
1 parent 9a20723 commit 08104a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Add Docker images to release
on:
release:
types: [ published ]
push:
tags:
# Release attempt
- '*.*.*'

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -60,9 +56,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=oci,dest=/tmp/image.tar
if: ${{ github.event_name == 'release'}}
- name: Upload binaries to release
if: ${{ github.event_name == 'release'}}
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 08104a3

Please sign in to comment.