Skip to content

Commit 75bf887

Browse files
committed
fix tags
1 parent 20afe6a commit 75bf887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-multiarch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
platforms: linux/amd64,linux/arm64
4242
push: true
4343
tags: |
44-
ghcr.io/${{ github.repository }}/matrix-rf-bridge:latest
45-
ghcr.io/${{ github.repository }}/matrix-rf-bridge:${{ github.sha }}
44+
ghcr.io/${{ github.repository }}:latest
45+
ghcr.io/${{ github.repository }}:${{ github.sha }}

0 commit comments

Comments
 (0)