diff --git a/.github/workflows/VarnishMonitor.yaml b/.github/workflows/VarnishMonitor.yaml index f92a066..5bb4cb4 100644 --- a/.github/workflows/VarnishMonitor.yaml +++ b/.github/workflows/VarnishMonitor.yaml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4.1.6 - name: Docker Build & Push Action - uses: mr-smithers-excellent/docker-build-push@v5.6 + uses: mr-smithers-excellent/docker-build-push@v6.4 with: image: atlasanalyticsservice/uc_ls_varnish dockerfile: Dockerfile_varnish @@ -23,9 +23,9 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v1 + uses: peter-evans/repository-dispatch@v3.0.0 with: token: ${{ secrets.AAAS_GITOPS_DEPLOY_TRIGGER }} - repository: maniaclab/river_apps + repository: maniaclab/flux_apps event-type: gitops-uc-ls-varnish-trigger client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'