Skip to content

Commit

Permalink
Revert "build: skip docker build/release for now" (#2650)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Apr 12, 2024
1 parent 96e82b7 commit fb2bd88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# docker:
# uses: ./.github/workflows/docker.yml
# needs: prerelease
docker:
uses: ./.github/workflows/docker.yml
needs: prerelease
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# docker:
# uses: ./.github/workflows/docker.yml
# needs: release
docker:
uses: ./.github/workflows/docker.yml
needs: release
6 changes: 3 additions & 3 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

# docker:
# uses: ./.github/workflows/docker.yml
# needs: release-snapshot
docker:
uses: ./.github/workflows/docker.yml
needs: release-snapshot

test-snapshot:
uses: ./.github/workflows/test-published-packages.yml
Expand Down

0 comments on commit fb2bd88

Please sign in to comment.