Skip to content

Commit

Permalink
Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolas Philips committed Nov 4, 2023
1 parent 6fd0d87 commit b16d61d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
IMAGE_NAME: ${{ vars.DOCKER_USER }}/gitops-nginx-demo

jobs:
build-image:
container-build-push:
name: Build container image and push if release
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -74,6 +74,7 @@ jobs:
cache-to: type=gha,mode=max
helm-push:
name: Push Helm Chart
needs: container-build-push
runs-on: ubuntu-latest
if: ${{ github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v') }}
permissions:
Expand Down Expand Up @@ -108,6 +109,8 @@ jobs:

reload-warehouse:
name: Refresh kargo warehouse
needs: helm-push
if: ${{ github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v') }}
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit b16d61d

Please sign in to comment.