Skip to content

Commit

Permalink
CI: Remove docker image release for now
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Mar 4, 2022
1 parent 9a6f44b commit f9d4bb4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,15 +204,6 @@ jobs:
with:
path: '*.tar'

- name: Upload docker image for release
uses: svenstaro/upload-release-action@v2
if: startsWith(github.ref, 'refs/tags/') && matrix.docker == 'core'
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: '*.tar'
tag: ${{ github.ref }}
overwrite: true
prerelease: true

deploy-raspberry-image:
needs: deploy-docker-images
Expand Down

0 comments on commit f9d4bb4

Please sign in to comment.