@@ -79,12 +79,12 @@ jobs:
7979 # Note: Accessing, pushing tags etc. to DockerHub will only succeed in upstream and
8080 # on events in context of upstream because secrets. PRs run in context of forks by default!
8181 - name : Log in to the Container registry
82- uses : docker/login-action@v3
82+ uses : docker/login-action@v4
8383 with :
8484 username : ${{ secrets.DOCKERHUB_USERNAME }}
8585 password : ${{ secrets.DOCKERHUB_TOKEN }}
8686 - name : Set up QEMU for multi-arch builds
87- uses : docker/setup-qemu-action@v3
87+ uses : docker/setup-qemu-action@v4
8888 with :
8989 platforms : ${{ env.PLATFORMS }}
9090
@@ -122,12 +122,12 @@ jobs:
122122 # Note: Accessing, pushing tags etc. to DockerHub will only succeed in upstream and
123123 # on events in context of upstream because secrets. PRs run in context of forks by default!
124124 - name : Log in to the Container registry
125- uses : docker/login-action@v3
125+ uses : docker/login-action@v4
126126 with :
127127 username : ${{ secrets.DOCKERHUB_USERNAME }}
128128 password : ${{ secrets.DOCKERHUB_TOKEN }}
129129 - name : Set up QEMU for multi-arch builds
130- uses : docker/setup-qemu-action@v3
130+ uses : docker/setup-qemu-action@v4
131131 with :
132132 platforms : ${{ env.PLATFORMS }}
133133
@@ -164,12 +164,12 @@ jobs:
164164 # Note: Accessing, pushing tags etc. to DockerHub will only succeed in upstream and
165165 # on events in context of upstream because secrets. PRs run in context of forks by default!
166166 - name : Log in to the Container registry
167- uses : docker/login-action@v3
167+ uses : docker/login-action@v4
168168 with :
169169 username : ${{ secrets.DOCKERHUB_USERNAME }}
170170 password : ${{ secrets.DOCKERHUB_TOKEN }}
171171 - name : Set up QEMU for multi-arch builds
172- uses : docker/setup-qemu-action@v3
172+ uses : docker/setup-qemu-action@v4
173173 with :
174174 platforms : ${{ env.PLATFORMS }}
175175 - name : Setup Trivy binary for vulnerability scanning
0 commit comments