Skip to content

Commit e939a82

Browse files
authored
Add Docker setup step to build action
Added a step to set up Docker in the action workflow.
1 parent d8e4585 commit e939a82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/build-docker-image/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ inputs:
3232
runs:
3333
using: composite
3434
steps:
35+
- name: Set up Docker
36+
uses: docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4 # v4.7.0
37+
3538
- name: Login to DockerHub
3639
if: ${{ inputs.push_image == 'true' && inputs.dockerhub_repo != '' }}
3740
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0

0 commit comments

Comments
 (0)