File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments