Skip to content

Commit

Permalink
chore: remove unused tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
mickamy committed Jan 8, 2024
1 parent 8de3601 commit 7ab5cc1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_and_push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
platforms: linux/amd64,linux/arm64/v8
- name: Add tag to base image
run: |
docker buildx imagetools create --tag ishocon2-app-base:latest ${{ env.UNAME }}/ishocon2-app-base:latest
- name: Move new cache to the place where to be cached
run: |
echo "Temporary fix for cleaning up old cache."
Expand Down

0 comments on commit 7ab5cc1

Please sign in to comment.