ci(latest->1.3.0): fixing tags

This commit is contained in:
Aditya
2023-11-15 17:14:24 +05:30
parent 57cf724e38
commit faebe2567e
+7 -5
View File
@@ -19,23 +19,23 @@ jobs:
include:
- app: frontend
path: frontend
version: latest
version: 1.3.0
experimental: true
- app: backend
path: backend
version: latest
version: 1.3.0
experimental: true
- app: app_sdk
path: backend/app_sdk
version: latest
version: 1.3.0
experimental: true
- app: orborus
path: functions/onprem/orborus
version: latest
version: 1.3.0
experimental: true
- app: worker
path: functions/onprem/worker
version: latest
version: 1.3.0
experimental: true
steps:
- name: Checkout
@@ -77,7 +77,9 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache
tags: |
ghcr.io/shuffle/shuffle-${{ matrix.app }}:${{ matrix.version }}
ghcr.io/shuffle/shuffle-${{ matrix.app }}:latest
${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:${{ matrix.version }}
${{ secrets.DOCKERHUB_USERNAME }}/shuffle-${{ matrix.app }}:latest
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}