Skip to content

Commit 4329633

Browse files
authored
Upgrade Docker actions to latest versions
1 parent bae823f commit 4329633

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker.build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Docker meta
3737
id: meta
38-
uses: docker/metadata-action@v5
38+
uses: docker/metadata-action@v6
3939
with:
4040
flavor: |
4141
latest=false
@@ -54,27 +54,27 @@ jobs:
5454
5555
- name: Set up QEMU
5656
id: qemu
57-
uses: docker/setup-qemu-action@v3
57+
uses: docker/setup-qemu-action@v4
5858

5959
- name: Set up Docker Buildx
6060
id: buildx
61-
uses: docker/setup-buildx-action@v3
61+
uses: docker/setup-buildx-action@v4
6262

6363
- name: Login to Docker Hub
64-
uses: docker/login-action@v3
64+
uses: docker/login-action@v4
6565
with:
6666
username: ${{ secrets.DOCKER_IO_REGISTRY_USER }}
6767
password: ${{ secrets.DOCKER_IO_REGISTRY_PASSWORD }}
6868

6969
- name: Login to Google Artifacts Registry
70-
uses: docker/login-action@v3
70+
uses: docker/login-action@v4
7171
with:
7272
registry: europe-docker.pkg.dev/flownative/docker
7373
username: '_json_key'
7474
password: ${{ secrets.GOOGLE_ARTIFACTS_PASSWORD_DOCKER }}
7575

7676
- name: Build Docker image
77-
uses: docker/build-push-action@v6
77+
uses: docker/build-push-action@v7
7878
with:
7979
context: .
8080
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)