Skip to content

Commit 431acd6

Browse files
authored
Merge pull request #5747 from NlightNFotis/dockerhub_push_fix_1
First set of fixes to Dockerhub push action.
2 parents b8a80cb + 97c38a6 commit 431acd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-packages.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118

119119

120120
homebrew-pr:
121+
if: ${{ false }} # disable for now
121122
runs-on: macos-10.15
122123
steps:
123124
- name: Get release tag name
@@ -209,6 +210,8 @@ jobs:
209210

210211
push-docker-image-dockerhub:
211212
runs-on: ubuntu-20.04
213+
env:
214+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
212215
steps:
213216
- name: Checkout CBMC source
214217
uses: actions/checkout@v2

0 commit comments

Comments
 (0)