Skip to content

Commit 00de054

Browse files
fix: remove tags
1 parent 83b8ce3 commit 00de054

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/build-intermediary-image.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,12 @@ jobs:
5656
id: build
5757
uses: docker/build-push-action@v6
5858
with:
59-
context: .
60-
platforms: ${{ matrix.platform }}
61-
push: true
62-
tags: ${{ steps.vars.outputs.FULL_IMAGE }}
63-
cache-from: type=gha
64-
cache-to: type=gha,mode=max
65-
outputs: type=image,name=${{ steps.vars.outputs.FULL_IMAGE }},push-by-digest=true
59+
context: .
60+
platforms: ${{ matrix.platform }}
61+
push: true
62+
cache-from: type=gha
63+
cache-to: type=gha,mode=max
64+
outputs: type=image,name=${{ steps.vars.outputs.FULL_IMAGE }},push-by-digest=true
6665

6766
- name: Save digest as artifact
6867
run: |

0 commit comments

Comments
 (0)