We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ecefb commit 1e51158Copy full SHA for 1e51158
1 file changed
.github/workflows/8.2-laravel-octane-franken.yml
@@ -11,3 +11,6 @@ jobs:
11
image: haidarns/php:8.2-laravel-octane-franken
12
build_args: --rm --no-cache
13
build_env: DOCKER_BUILDKIT=1
14
+ secrets:
15
+ DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
16
+ DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments