Deploy with shuffle in the name

This commit is contained in:
frikky
2022-07-22 17:50:53 +02:00
parent b4cb785651
commit 5a7fff2263
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
platforms: linux/amd64,linux/arm64
#,linux/386 - no node image I guess?
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ matrix.app }}:nightly
tags: ${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:nightly
#- name: Login to Ghcr
# uses: docker/login-action@v2