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.
2 parents 47c3b2e + 84648c1 commit 0f6d743Copy full SHA for 0f6d743
.github/workflows/ci-cd.yml
@@ -28,7 +28,7 @@ jobs:
28
docker run kooldev/php:${{ matrix.version }}-nginx-oci8-prod php -r "extension_loaded('oci8') or die(1);"
29
30
- name: Login to DockerHub
31
- uses: docker/login-action@v1.9.0
+ uses: docker/login-action@v2.1.0
32
if: github.ref == 'refs/heads/main' && github.repository == 'kool-dev/docker-php-oci8'
33
with:
34
username: ${{ secrets.DOCKER_USERNAME }}
0 commit comments