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 e0e5048 commit 3b76e20Copy full SHA for 3b76e20
.github/workflows/build.yml
@@ -29,6 +29,7 @@ jobs:
29
with:
30
images: |
31
ghcr.io/${{ github.repository_owner }}/php-ext-builder
32
+ docker.io/hpabdul/php-ext-builder
33
tags: |
34
type=raw,value=${{ steps.version.outputs.branch }}
35
type=raw,value=${{ steps.version.outputs.commit }}
@@ -48,6 +49,12 @@ jobs:
48
49
driver-opts: |
50
image=moby/buildkit:latest
51
52
+ - name: Login to Docker Container Registry
53
+ uses: docker/login-action@v3
54
+ with:
55
+ username: ${{ vars.DOCKER_USER }}
56
+ password: ${{ secrets.DOCKER_PASS }}
57
+
58
- name: Login to GitHub Container Registry
59
uses: docker/login-action@v3
60
0 commit comments