Skip to content

Commit f62cebd

Browse files
author
Jannik Lindemann
committed
[MINOR] Downgrade Docker Action Majors
1 parent af7cdfc commit f62cebd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# https://github.com/docker/metadata-action
4747
- name: Configure Docker metadata
4848
id: meta
49-
uses: docker/metadata-action@v6
49+
uses: docker/metadata-action@v5
5050
with:
5151
images: apache/systemds
5252
tags: ${{ github.event.inputs.version }},latest
@@ -59,20 +59,20 @@ jobs:
5959
# https://github.com/docker/setup-buildx-action
6060
- name: Set up Docker Buildx
6161
id: buildx
62-
uses: docker/setup-buildx-action@v4
62+
uses: docker/setup-buildx-action@v3
6363

6464
# https://github.com/docker/login-action
6565
- name: Login to DockerHub
6666
if: github.event_name != 'pull_request'
67-
uses: docker/login-action@v4
67+
uses: docker/login-action@v3
6868
with:
6969
username: ${{ secrets.DOCKERHUB_USER }}
7070
password: ${{ secrets.DOCKERHUB_TOKEN }}
7171

7272
# https://github.com/docker/build-push-action
7373
- name: Build and push
7474
id: docker_build
75-
uses: docker/build-push-action@v7
75+
uses: docker/build-push-action@v6
7676
with:
7777
context: .
7878
file: ./docker/sysds.Dockerfile

0 commit comments

Comments
 (0)