Skip to content

Commit

Permalink
build: change containers to create julea-prebuild containers
Browse files Browse the repository at this point in the history
scheduled build is also disabled to prevent excessive CI build times
  • Loading branch information
FinnHering committed Oct 9, 2024
1 parent 04685da commit 661e4d5
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,18 @@ on:
push:
branches:
- master
paths:
- '.github/workflows/containers.yml'
- 'containers/*'
pull_request:
branches:
- master
paths:
- '.github/workflows/containers.yml'
- 'containers/*'
schedule:
- cron: '0 0 * * 0'
# schedule:
# - cron: '0 0 * * 0'
jobs:
ubuntu-dev:
name: Ubuntu Development Container
julea-prebuild-container:
name: JULEA Prebuild Container
runs-on: ubuntu-24.04
permissions:
packages: write
timeout-minutes: 60
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -53,7 +47,7 @@ jobs:
- name: Build and Push to GitHub Container Registry
uses: docker/build-push-action@v5
with:
context: containers
file: containers/ubuntu-22.04-dev
context: .
file: Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/parcio/ubuntu-dev:22.04
tags: ghcr.io/parcio/julea-prebuilt:latest

0 comments on commit 661e4d5

Please sign in to comment.