File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,22 +61,22 @@ jobs:
6161 uses : actions/checkout@v6
6262
6363 - name : Set up QEMU
64- uses : docker/setup-qemu-action@v3
64+ uses : docker/setup-qemu-action@v4
6565
6666 - name : Set up Docker Buildx
67- uses : docker/setup-buildx-action@v3
67+ uses : docker/setup-buildx-action@v4
6868
6969 - name : Get Git commit timestamps
7070 run : echo "TIMESTAMP=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV
7171
7272 - name : Extract metadata
7373 id : meta
74- uses : docker/metadata-action@v5
74+ uses : docker/metadata-action@v6
7575 with :
7676 images : ${{ env.IMAGE_NAME }}
7777
7878 - name : Log in to DockerHub
79- uses : docker/login-action@v3
79+ uses : docker/login-action@v4
8080 with :
8181 username : ${{ secrets.DOCKER_USERNAME }}
8282 password : ${{ secrets.DOCKER_PASSWORD }}
9090 ${{ runner.os }}-buildx-
9191
9292 - name : Build and push Docker image
93- uses : docker/build-push-action@v6
93+ uses : docker/build-push-action@v7
9494 env :
9595 SOURCE_DATE_EPOCH : ${{ env.TIMESTAMP }}
9696 with :
You can’t perform that action at this time.
0 commit comments