diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index c675791..c344c81 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -19,7 +19,6 @@ jobs: images: harbor.ncuos.com/genius-auth/core - name: Build Docker Core Image and Push - id: docker_build uses: docker/build-push-action@v6 with: push: true @@ -35,7 +34,6 @@ jobs: images: harbor.ncuos.com/genius-auth/ssh-server - name: Build Docker SSH Server Image and Push - id: docker_build uses: docker/build-push-action@v6 with: push: true @@ -55,9 +53,9 @@ jobs: - genius-auth: core: - image: ${{ steps.image.outputs.CORE_VERSION }} + image: harbor.ncuos.com/genius-auth/core:${{ steps.core-meta.outputs.version }} wait: true - genius-auth: ssh-server: - image: ${{ steps.image.outputs.SSH_DEV_VERSION }} \ No newline at end of file + image: harbor.ncuos.com/genius-auth/ssh-server:${{ steps.ssh-server-meta.outputs.version }} \ No newline at end of file