Skip to content

Commit

Permalink
fix: CI containerised
Browse files Browse the repository at this point in the history
  • Loading branch information
aldbr committed Oct 2, 2023
1 parent 2b2ff71 commit 82bbe44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containerised.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.event_name == 'push' && github.repository == 'DIRACGrid/diracx' && github.ref_name == 'main' }}
tags: ghcr.io/diracgrid/diracx/server:latest
push: ${{ github.event_name == 'push' && github.repository == 'DIRACGrid/diracx-web' && github.ref_name == 'main' }}
tags: ghcr.io/diracgrid/diracx-web/client:latest
platforms: linux/amd64,linux/arm64

0 comments on commit 82bbe44

Please sign in to comment.