Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yp05327 authored Jun 24, 2024
1 parent 70724d8 commit 457ca1e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/actions/action-docker-build-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ runs:
using: 'composite'
steps:
- run: "echo a: Set up QEMU"

shell: bash
- run: |
sleep 10
echo 'sleep 10 end'
shell: bash
- run: "echo b: Login to DockerHub"
if: ${{ inputs.password != '' }}

shell: bash
- run: |
sleep 10
echo 'c: Set up Docker BuildX'
shell: bash

0 comments on commit 457ca1e

Please sign in to comment.