Skip to content

Commit 105a846

Browse files
committed
Fix for build&push docker action
NOTE: This might not work, in which case the commit will be reverted.
1 parent b693d8c commit 105a846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
docker login --username ${{ secrets.DOCKER_USERNAME }} --password ${{ secrets.DOCKER_PASSWORD }}
1717
1818
- name: Build and Publish Public Images
19-
uses: ejfitzgerald/[email protected].0-alpha2
19+
uses: pbukva/[email protected].1-alpha0
2020
with:
2121
repo: fetchai/fetchd
2222
platforms: linux/amd64,linux/arm64
@@ -32,7 +32,7 @@ jobs:
3232
gcloud auth configure-docker
3333
3434
- name: Build and Publish Private Images
35-
uses: ejfitzgerald/[email protected].0-alpha2
35+
uses: pbukva/[email protected].1-alpha0
3636
with:
3737
repo: gcr.io/fetch-ai-images/fetchd
3838
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)