Skip to content

Commit

Permalink
Merge pull request #10 from chaen/remove_server_base
Browse files Browse the repository at this point in the history
remove server-base build
  • Loading branch information
chaen authored Apr 9, 2024
2 parents 8292520 + 834386c commit 7757d71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ on:
# https://github.com/docker/build-push-action/issues/906#issuecomment-1674567311

jobs:
build_old:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
image-name: ["server-base", "secret-generation"]
image-name: ["secret-generation"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -43,7 +43,7 @@ jobs:
push: ${{ github.event_name == 'push' && github.repository == 'DIRACGrid/container-images' && github.ref_name == 'main' }}
tags: ghcr.io/diracgrid/diracx/${{ matrix.image-name }}:latest
platforms: linux/amd64,linux/arm64
build:
build_chain:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
Expand Down

0 comments on commit 7757d71

Please sign in to comment.