Skip to content

Commit

Permalink
Fiks deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
almyy committed Dec 10, 2024
1 parent 133fcdd commit a424ff6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ on:

env:
DOCKER_IMAGE_POSTFIX: ghcr.io/${{ github.repository }}/${{ github.event.repository.name }}-${{ inputs.config-file-name }}

jobs:
build-image:
name: 'Build Image for Deploy'
Expand Down Expand Up @@ -89,6 +88,8 @@ jobs:

deploy-gcp:
name: 'Deploy to development'
permissions:
id-token: write
if: ${{ inputs.config-file-name != 'q0' }}
needs: build-image
runs-on: ubuntu-latest
Expand Down

0 comments on commit a424ff6

Please sign in to comment.