Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy committed Jul 11, 2024
1 parent 536c1b4 commit 86ca060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- '*'
tags:
- '*'
pull_request:
Expand Down Expand Up @@ -108,7 +109,6 @@ jobs:
dockerize:
needs: [native-image,test]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v') && github.event_name != 'release'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -132,5 +132,5 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64/v8
push: true
push: ${{ startsWith(github.ref, 'refs/tags/v') && github.event_name != 'release' }}
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 86ca060

Please sign in to comment.