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 f4aec20 commit 943507fCopy full SHA for 943507f
.github/workflows/build.yml
@@ -28,15 +28,15 @@ jobs:
28
uses: docker/metadata-action@v5
29
with:
30
images: |
31
- ghcr.io/${{ github.repository_owner }}/deck-web-base
+ ghcr.io/${{ github.repository_owner }}/php-ext-builder
32
tags: |
33
type=raw,value=${{ steps.version.outputs.branch }}
34
type=raw,value=${{ steps.version.outputs.commit }}
35
flavor: latest=true
36
37
- name: Generate build cache tag
38
run: |
39
- echo "ghcr=ghcr.io/${{ github.repository_owner }}/deck-web-base:buildcache" >> $GITHUB_OUTPUT
+ echo "ghcr=ghcr.io/${{ github.repository_owner }}/php-ext-builder:buildcache" >> $GITHUB_OUTPUT
40
id: buildcache
41
42
- name: Set up QEMU
0 commit comments