Skip to content

Commit 9640540

Browse files
authored
Merge of #864
2 parents 5b31cde + 4b109f6 commit 9640540

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test_build_push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 }}
@@ -90,7 +90,7 @@ jobs:
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:

0 commit comments

Comments
 (0)