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 cd6a224 commit 528e3afCopy full SHA for 528e3af
.github/workflows/ci-cd.yml
@@ -26,13 +26,13 @@ jobs:
26
27
- name: Login to DockerHub
28
uses: docker/login-action@v1
29
- if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php-oci8'
+ if: github.ref == 'refs/heads/main' && github.repository == 'kool-dev/docker-php-oci8'
30
with:
31
username: ${{ secrets.DOCKER_USERNAME }}
32
password: ${{ secrets.DOCKER_PASSWORD }}
33
34
- name: Push to DockerHub
35
36
run: |
37
docker push kooldev/php:7.4-nginx-oci8
38
docker push kooldev/php:7.4-nginx-oci8-prod
0 commit comments