Skip to content

Commit

Permalink
Test Docker image in main and pull-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicWink committed Mar 19, 2024
1 parent a1822ff commit f3dbcd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: publish-docker

on:
pull_request:
branches: [main]
push:
branches: [main]
release:
types: [created]

Expand Down Expand Up @@ -52,6 +56,7 @@ jobs:
"epicwink/proxpi:${{ github.ref_name }}-${{ matrix.platform.image-suffix }}"

build-and-release:
if: ${{ github.event_name == 'release' }}
needs: ['build-and-test']
runs-on: ubuntu-latest

Expand Down

0 comments on commit f3dbcd8

Please sign in to comment.