Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Jul 11, 2024
1 parent edb6200 commit 9c00ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
id: container_tags
run: |
cd "third_party/php/php-src"
echo "full=\"ghcr.io/${{ github.repository }}:$(git describe --tags --abbrev=0 | grep -oE \"[0-9]+\.[0-9]+\.[0-9]+\")${{ matrix.options }}-base\"" >> $GITHUB_OUTPUT
echo "short=\"ghcr.io/${{ github.repository }}:$(git describe --tags --abbrev=0 | grep -oE \"[0-9]+\.[0-9]+\")${{ matrix.options }}-base\"" >> $GITHUB_OUTPUT
echo full="ghcr.io/${{ github.repository }}:$(git describe --tags --abbrev=0 | grep -oE \"[0-9]+\.[0-9]+\.[0-9]+")${{ matrix.options }}-base" >> $GITHUB_OUTPUT
echo short="ghcr.io/${{ github.repository }}:$(git describe --tags --abbrev=0 | grep -oE \"[0-9]+\.[0-9]+")${{ matrix.options }}-base" >> $GITHUB_OUTPUT
- name: Setup QEMU
uses: docker/setup-qemu-action@v3
with:
Expand Down

0 comments on commit 9c00ffa

Please sign in to comment.