Skip to content

Commit 2731dbb

Browse files
committed
Use released Docker image instead of building one on the fly
1 parent ecb439f commit 2731dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515

1616
runs:
1717
using: 'docker'
18-
image: 'Dockerfile'
18+
image: 'docker://ghcr.io/heussd/mirror-to-bitbucket-github-action:latest'
1919
args:
2020
- ${{ inputs.username }}
2121
- ${{ inputs.password }}

0 commit comments

Comments
 (0)