Browse Source

pr actions

pull/2159/head
ph4 1 week ago
parent
commit
c20d989e48
  1. 4
      .github/workflows/deploy-pr.yml

4
.github/workflows/deploy-pr.yml

@ -12,7 +12,7 @@ jobs:
docker: docker:
name: Build Docker name: Build Docker
runs-on: ${{ matrix.arch.os }} runs-on: ${{ matrix.arch.os }}
if: github.repository_owner == 'wg-easy' if: github.repository_owner == 'ph4'
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -50,6 +50,6 @@ jobs:
context: . context: .
push: false push: false
platforms: ${{ matrix.arch.platform }} platforms: ${{ matrix.arch.platform }}
tags: ghcr.io/wg-easy/wg-easy:pr tags: ghcr.io/ph4/wg-easy:pr
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=min,scope=build-${{ env.PLATFORM_PAIR }} cache-to: type=gha,mode=min,scope=build-${{ env.PLATFORM_PAIR }}

Loading…
Cancel
Save