Change from docker.io tag to custom registry tag
Some checks failed
ci / docker (linux/amd64) (push) Failing after 17s
ci / docker (linux/arm64) (push) Failing after 17s

This commit is contained in:
Joris Bertomeu
2024-09-30 12:14:49 +02:00
parent 6ad630d83b
commit 1d1b42b3b7

View File

@@ -31,4 +31,4 @@ jobs:
push: true push: true
tags: | tags: |
192.168.1.230:5000/bertomlab/crawlflix/front:latest 192.168.1.230:5000/bertomlab/crawlflix/front:latest
192.168.1.230:5000/bertomlab/crawlflix/front:${{ matrix.platform }} 192.168.1.230:5000/bertomlab/crawlflix/front:${{ matrix.platform | replace('/', '-') }}