Skip to content

Commit 943507f

Browse files
authored
Update build.yml
1 parent f4aec20 commit 943507f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
uses: docker/metadata-action@v5
2929
with:
3030
images: |
31-
ghcr.io/${{ github.repository_owner }}/deck-web-base
31+
ghcr.io/${{ github.repository_owner }}/php-ext-builder
3232
tags: |
3333
type=raw,value=${{ steps.version.outputs.branch }}
3434
type=raw,value=${{ steps.version.outputs.commit }}
3535
flavor: latest=true
3636

3737
- name: Generate build cache tag
3838
run: |
39-
echo "ghcr=ghcr.io/${{ github.repository_owner }}/deck-web-base:buildcache" >> $GITHUB_OUTPUT
39+
echo "ghcr=ghcr.io/${{ github.repository_owner }}/php-ext-builder:buildcache" >> $GITHUB_OUTPUT
4040
id: buildcache
4141

4242
- name: Set up QEMU

0 commit comments

Comments
 (0)