Skip to content

Commit 94dc89a

Browse files
committed
Upgrade GitHub actions in build workflow
1 parent ee2a256 commit 94dc89a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker.build.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Docker meta
3333
id: meta
34-
uses: docker/metadata-action@v3
34+
uses: docker/metadata-action@v5
3535
with:
3636
flavor: |
3737
latest=true
@@ -55,16 +55,16 @@ jobs:
5555

5656
- name: Set up Docker Buildx
5757
id: buildx
58-
uses: docker/setup-buildx-action@v1
58+
uses: docker/setup-buildx-action@v3
5959

6060
- name: Login to Docker Hub
61-
uses: docker/login-action@v1
61+
uses: docker/login-action@v3
6262
with:
6363
username: ${{ secrets.DOCKER_IO_REGISTRY_USER }}
6464
password: ${{ secrets.DOCKER_IO_REGISTRY_PASSWORD }}
6565

6666
- name: Login to Google Artifacts Registry
67-
uses: docker/login-action@v1
67+
uses: docker/login-action@v3
6868
with:
6969
registry: europe-docker.pkg.dev/flownative/docker
7070
username: '_json_key'

0 commit comments

Comments
 (0)