Skip to content

Commit 4054841

Browse files
Bump all third-party Github Actions
1 parent 6da1519 commit 4054841

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/docker-build.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,16 @@ jobs:
125125
- ruby: 2.4.1
126126
variant: "-alpine3.6"
127127
steps:
128-
- uses: docker/setup-buildx-action@v2
129-
- uses: docker/login-action@v2
128+
-
129+
name: Set up Docker Buildx
130+
uses: docker/setup-buildx-action@v3
131+
-
132+
name: Login to Docker Hub
133+
uses: docker/login-action@v3
130134
with:
131135
username: ${{ secrets.DOCKERHUB_USERNAME }}
132136
password: ${{ secrets.DOCKERHUB_PASSWORD }}
133-
- uses: docker/build-push-action@v2
137+
- uses: docker/build-push-action@v6
134138
with:
135139
push: true
136140
build-args: |

0 commit comments

Comments
 (0)