Skip to content

Commit

Permalink
Fix for build&push docker action
Browse files Browse the repository at this point in the history
NOTE: This might not work, in which case the commit will be reverted.
  • Loading branch information
pbukva committed Nov 2, 2023
1 parent b693d8c commit 105a846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
docker login --username ${{ secrets.DOCKER_USERNAME }} --password ${{ secrets.DOCKER_PASSWORD }}
- name: Build and Publish Public Images
uses: ejfitzgerald/action-docker-tag@v0.2.0-alpha2
uses: pbukva/action-docker-tag@v0.2.1-alpha0
with:
repo: fetchai/fetchd
platforms: linux/amd64,linux/arm64
Expand All @@ -32,7 +32,7 @@ jobs:
gcloud auth configure-docker
- name: Build and Publish Private Images
uses: ejfitzgerald/action-docker-tag@v0.2.0-alpha2
uses: pbukva/action-docker-tag@v0.2.1-alpha0
with:
repo: gcr.io/fetch-ai-images/fetchd
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 105a846

Please sign in to comment.