Skip to content

Commit fb3fcbd

Browse files
authored
Update docker.build.yaml action versions
1 parent 5f5a769 commit fb3fcbd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/docker.build.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
- run: |
2121
sudo chmod -R ugo+rwX . && shopt -s dotglob && rm -rf *
2222
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
with:
2525
ref: ${{ steps.latest_version.outputs.tag }}
2626
fetch-depth: 100
2727

2828
- name: Docker meta
2929
id: meta
30-
uses: docker/metadata-action@v3
30+
uses: docker/metadata-action@v5
3131
with:
3232
flavor: |
3333
latest=true
@@ -47,28 +47,28 @@ jobs:
4747
4848
- name: Set up QEMU
4949
id: qemu
50-
uses: docker/setup-qemu-action@v1
50+
uses: docker/setup-qemu-action@v3
5151

5252
-
5353
name: Set up Docker Buildx
5454
id: buildx
55-
uses: docker/setup-buildx-action@v1
55+
uses: docker/setup-buildx-action@v3
5656

5757
- name: Login to Docker Hub
58-
uses: docker/login-action@v1
58+
uses: docker/login-action@v3
5959
with:
6060
username: ${{ secrets.DOCKER_IO_REGISTRY_USER }}
6161
password: ${{ secrets.DOCKER_IO_REGISTRY_PASSWORD }}
6262

6363
- name: Login to Google Artifacts Registry
64-
uses: docker/login-action@v1
64+
uses: docker/login-action@v3
6565
with:
6666
registry: europe-docker.pkg.dev/flownative/docker
6767
username: '_json_key'
6868
password: ${{ secrets.GOOGLE_ARTIFACTS_PASSWORD_DOCKER }}
6969

7070
- name: Build Docker image
71-
uses: docker/build-push-action@v2
71+
uses: docker/build-push-action@v5
7272
with:
7373
context: .
7474
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)