Skip to content

Commit 3b76e20

Browse files
committed
feat: push to docker hub
1 parent e0e5048 commit 3b76e20

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
images: |
3131
ghcr.io/${{ github.repository_owner }}/php-ext-builder
32+
docker.io/hpabdul/php-ext-builder
3233
tags: |
3334
type=raw,value=${{ steps.version.outputs.branch }}
3435
type=raw,value=${{ steps.version.outputs.commit }}
@@ -48,6 +49,12 @@ jobs:
4849
driver-opts: |
4950
image=moby/buildkit:latest
5051
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+
5158
- name: Login to GitHub Container Registry
5259
uses: docker/login-action@v3
5360
with:

0 commit comments

Comments
 (0)