1.2.1 rebuild with version change

This commit is contained in:
Frikky
2023-09-28 17:38:25 +02:00
committed by GitHub
parent 15777637bc
commit b7e525e0c2
+2 -2
View File
@@ -17,7 +17,7 @@ jobs:
experimental: true
- app: backend
path: backend
version: nightly
version: 1.2.1
experimental: true
- app: app_sdk
path: backend/app_sdk
@@ -71,7 +71,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache
tags: |
ghcr.io/shuffle/shuffle-${{ matrix.app }}:nightly
${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:nightly
${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:{{ matrix.version }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}