Skip to content

Commit

Permalink
split the release workflow to retry publishing Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Mar 5, 2023
1 parent 655bcab commit 36b374f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ jobs:
with:
name: Release ${{ github.ref_name }}
artifacts: 'goxz/*'

docker:
name: Docker
runs-on: ubuntu-latest
needs: release
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Docker metadata
uses: docker/metadata-action@v4
id: metadata
Expand Down

0 comments on commit 36b374f

Please sign in to comment.