File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 #
2424 # See https://github.com/docker/build-push-action
2525 - name : Set up Docker Buildx
26- uses : docker/setup-buildx-action@v3
26+ uses : docker/setup-buildx-action@v4
2727
2828 - name : Login to GHCR.io
29- uses : docker/login-action@v3
29+ uses : docker/login-action@v4
3030 with :
3131 registry : ghcr.io
3232 username : ${{ github.repository_owner }}
3636 # Repository. The container will be tagged as "latest"
3737 # and with the short SHA of the commit.
3838 - name : Build and push
39- uses : docker/build-push-action@v6
39+ uses : docker/build-push-action@v7
4040 with :
4141 push : ${{ github.ref == 'refs/heads/main' }}
4242 cache-from : type=registry,ref=ghcr.io/python-discord/king-arthur:latest
5959 repository : python-discord/infra
6060 path : infra
6161
62- - uses : azure/setup-kubectl@v4
62+ - uses : azure/setup-kubectl@v5
6363
6464 - name : Authenticate with Kubernetes
6565 uses : azure/k8s-set-context@v4
Original file line number Diff line number Diff line change 5959 - name : Upload a build artifact
6060 if : always() && steps.prepare-artifact.outcome == 'success'
6161 continue-on-error : true
62- uses : actions/upload-artifact@v6
62+ uses : actions/upload-artifact@v7
6363 with :
6464 name : pull-request-payload
6565 path : pull_request_payload.json
Original file line number Diff line number Diff line change 1919 SENTRY_PROJECT : king-arthur
2020 with :
2121 environment : production
22- version_prefix : king-arthur@
22+ release_prefix : king-arthur@
You can’t perform that action at this time.
0 commit comments