File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ jobs:
3030 echo ::set-output name=BUILD_DATE::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
3131 echo ::set-output name=VERSION::${VERSION}
3232 - name : Log in to the Container registry
33- uses : docker/login-action@v3
33+ uses : docker/login-action@v4
3434 with :
3535 registry : ${{ env.REGISTRY }}
3636 username : ${{ github.actor }}
3737 password : ${{ secrets.GITHUB_TOKEN }}
3838 - name : Set up QEMU
39- uses : docker/setup-qemu-action@v3
39+ uses : docker/setup-qemu-action@v4
4040 - name : Set up Docker Buildx
41- uses : docker/setup-buildx-action@v3
41+ uses : docker/setup-buildx-action@v4
4242 - name : Build and push
43- uses : docker/build-push-action@v6
43+ uses : docker/build-push-action@v7
4444 with :
4545 tags : ghcr.io/external-secrets/bitwarden-sdk-server:${{ steps.prep.outputs.VERSION }}
4646 push : true
You can’t perform that action at this time.
0 commit comments