Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
add checkout to publish docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
boristane committed Oct 9, 2022
1 parent 168a7fc commit 977f0cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ jobs:
needs: [create-release]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-homebrew-formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
homebrew-release:
runs-on: macOS-latest
runs-on: macos-latest
steps:
- name: Release Homebrew Formula
if: github.event.release.prerelease != true
Expand Down

0 comments on commit 977f0cd

Please sign in to comment.