File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
3636 # cosign-release: 'v2.2.4'
3737
3838 - name : Set up Docker Buildx
39- uses : docker/setup-buildx-action@v3.0.0
39+ uses : docker/setup-buildx-action@v4
4040
4141 # Login against a Docker registry except on PR
4242 - name : Log into registry ${{ env.REGISTRY }}
4343 if : github.event_name != 'pull_request'
44- uses : docker/login-action@v3.0.0
44+ uses : docker/login-action@v4
4545 with :
4646 registry : ${{ env.REGISTRY }}
4747 username : ${{ github.actor }}
@@ -50,14 +50,14 @@ jobs:
5050 # Extract metadata (tags, labels) for Docker
5151 - name : Extract Docker metadata
5252 id : meta
53- uses : docker/metadata-action@v5.0.0
53+ uses : docker/metadata-action@v6
5454 with :
5555 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5656
5757 # Build and push Docker image with Buildx (don't push on PR)
5858 - name : Build and push Docker image
5959 id : build-and-push
60- uses : docker/build-push-action@v5.0.0
60+ uses : docker/build-push-action@v7
6161 with :
6262 context : .
6363 push : ${{ github.event_name != 'pull_request' }}
Original file line number Diff line number Diff line change 1818 sudo apt install -y fwupd jcat
1919
2020 - name : Set up Go
21- uses : actions/setup-go@v5
21+ uses : actions/setup-go@v6
2222 with :
2323 go-version : ' 1.23.x'
2424
You can’t perform that action at this time.
0 commit comments