Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Oct 25, 2023
1 parent 13329f2 commit ced5427
Showing 1 changed file with 2 additions and 92 deletions.
94 changes: 2 additions & 92 deletions .github/workflows/stage0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,97 +37,7 @@ jobs:
tags: ghcr.io/siskapavel/oraclelinux:ol9
cache-from: type=gha
cache-to: type=gha,mode=max
docker-image-ol8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_LOGIN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images:
ghcr.io/${{ github.actor }}/oraclelinux:ol8
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
file: docker/Dockerfile
build-args: |
OS_DISTRO=oraclelinux
OS_RELEASE=8
push: true
tags: ghcr.io/siskapavel/oraclelinux:ol8
cache-from: type=gha
cache-to: type=gha,mode=max
docker-image-rl8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_LOGIN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images:
ghcr.io/${{ github.actor }}/rockylinux:ol8
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
file: docker/Dockerfile
build-args: |
OS_DISTRO=rockylinux
OS_RELEASE=8
push: true
tags: ghcr.io/siskapavel/rockylinux:ol8
cache-from: type=gha
cache-to: type=gha,mode=max

docker-image-fedora39:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_LOGIN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images:
ghcr.io/${{ github.actor }}/fedora:39
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
file: docker/Dockerfile
build-args: |
OS_DISTRO=fedora
OS_RELEASE=39
push: true
tags: ghcr.io/siskapavel/fedora:39
cache-from: type=gha
cache-to: type=gha,mode=max



test_stage:
Expand Down Expand Up @@ -156,6 +66,6 @@ jobs:
run: make
- name: make rpm
run: make rpm



0 comments on commit ced5427

Please sign in to comment.