We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f9213 commit acaaef1Copy full SHA for acaaef1
tests/integration/test-data/secrets-outside-environment.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- name: Docker setup
9
- uses: stacks-network/actions/docker@main
+ uses: actions_repo/actions/docker@main
10
with:
11
username: ${{ secrets.DOCKERHUB_USERNAME }}
12
password: ${{ secrets.DOCKERHUB_PASSWORD }}
0 commit comments