Skip to content

Commit

Permalink
Remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard-melnytskyi committed Dec 19, 2024
1 parent 9f56008 commit 9601885
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- image: "alpine/3.20/8.3/Dockerfile"
php_version: '8.3'
distro: 'alpine3.20'
tags: ["spryker/php:8.3-alpine3.20-otel" ]
tags: [ "spryker/php:8.3", "spryker/php:8.3-alpine3.20" ]
platforms: [ "linux/amd64", "linux/arm64" ]

## Debian
Expand Down Expand Up @@ -158,10 +158,10 @@ jobs:
uses: docker/build-push-action@v5
with:
push: ${{ github.ref == 'refs/heads/master' }}
# load: ${{ github.ref != 'refs/heads/master' }}
load: ${{ github.ref != 'refs/heads/master' }}
file: ${{ matrix.image }}
tags: ${{ join(matrix.tags) }}
platforms: ${{ join(matrix.platforms) }}
platforms: ${{ github.ref == 'refs/heads/master' && join(matrix.platforms) || 'linux/amd64' }}

- name: Pull image for master branch
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 9601885

Please sign in to comment.