Skip to content

Commit 1e08d1a

Browse files
committed
github: Bump the docker actions to the latest version
The previous ones used Node 16, which is deprecated.
1 parent c2a38eb commit 1e08d1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353
ref: ${{ (inputs.commit != '' && inputs.commit) || inputs.branch }}
5454
- name: Log in to Docker Hub
5555
if: ${{inputs.login}}
56-
uses: docker/login-action@v2
56+
uses: docker/login-action@v3
5757
with:
5858
username: ${{secrets.DOCKER_USERNAME}}
5959
password: ${{secrets.DOCKER_PASSWORD}}
6060
- name: Build Docker images
61-
uses: docker/build-push-action@v4
61+
uses: docker/build-push-action@v5
6262
with:
6363
context: .
6464
push: ${{inputs.push}}

0 commit comments

Comments
 (0)