Skip to content

Commit

Permalink
Create stage0.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel authored Oct 24, 2023
1 parent 8b4647f commit 66c0d87
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/stage0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: docker stage

on:
push:
branches: '*'
pull_request:
branches: '*'

jobs:
docker-image-ol9:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build $DOCKER_OPTS -t docker_image:ol9 --build-arg OS_DISTRO=oraclelinux --build-arg OS_RELEASE=9 -f docker/Dockerfile .

0 comments on commit 66c0d87

Please sign in to comment.