Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBellew committed May 26, 2024
1 parent 640676c commit acaaa10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
--platform linux/${{ matrix.architecture }} \
--cache-from type=local,src=/tmp/.buildx-cache \
--cache-to type=local,dest=/tmp/.buildx-cache-new \
--tag ${{ secrets.DOCKER_USERNAME }}/pg-ferret \
--tag ${{ secrets.DOCKER_USERNAME }}/pg-ferret:temp \
--push .
docker tag pg-ferret ${{ secrets.DOCKER_USERNAME }}/pg-ferret:${{ matrix.architecture }}
docker tag pg-ferret:temp ${{ secrets.DOCKER_USERNAME }}/pg-ferret:${{ matrix.architecture }}
docker push ${{ secrets.DOCKER_USERNAME }}/pg-ferret:${{ matrix.architecture }}
- name: Update Docker cache
Expand Down

0 comments on commit acaaa10

Please sign in to comment.