Skip to content

Commit

Permalink
ci: fix workflow mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmx233 committed Nov 8, 2024
1 parent 9b17d76 commit 8aba260
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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 }}
image: harbor.ncuos.com/genius-auth/ssh-server:${{ steps.ssh-server-meta.outputs.version }}

0 comments on commit 8aba260

Please sign in to comment.