Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heyanlong committed Nov 16, 2021
1 parent d481d0f commit 6b80c76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,5 +236,7 @@ jobs:
file: docker/Dockerfile
build-args: PHP_VERSION=${{ matrix.php-version }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.vars.outputs.tag }}-${{ matrix.php-version }}-fpm-alpine
tags: |
skyapm/skywalking-php:${{ steps.vars.outputs.tag }}-${{ matrix.php-version }}-fpm-alpine
ghcr.io/skyapm/skywalking-php:${{ steps.vars.outputs.tag }}-${{ matrix.php-version }}-fpm-alpine
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 6b80c76

Please sign in to comment.