Skip to content

Commit

Permalink
ci(github): fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gągor committed Jun 10, 2024
1 parent 8fed2d8 commit 54c631a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
tag:
- centos7
- stream9
- stream9-minimal
- stream10-development
- stream10-development-minimal
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -82,9 +80,7 @@ jobs:
tag:
- centos7
- stream9
- stream9-minimal
- stream10-development
- stream10-development-minimal
steps:
- uses: actions/checkout@v4
- name: Fetch image
Expand Down Expand Up @@ -140,7 +136,7 @@ jobs:
docker pull ghcr.io/tgagor/centos:centos7-${{ github.sha }}
docker pull ghcr.io/tgagor/centos:stream9-${{ github.sha }}
docker pull ghcr.io/tgagor/centos:stream10-${{ github.sha }}
docker pull ghcr.io/tgagor/centos:stream10-development-${{ github.sha }}
docker tag ghcr.io/tgagor/centos:centos7-${{ github.sha }} tgagor/centos:centos7
docker tag ghcr.io/tgagor/centos:centos7-${{ github.sha }} tgagor/centos:${DOCKER_TAG}-centos7
Expand All @@ -153,9 +149,11 @@ jobs:
docker tag ghcr.io/tgagor/centos:stream9-${{ github.sha }} tgagor/centos:${DOCKER_TAG}
docker tag ghcr.io/tgagor/centos:stream9-${{ github.sha }} tgagor/centos:latest
docker tag ghcr.io/tgagor/centos:stream10-${{ github.sha }} tgagor/centos:stream10
docker tag ghcr.io/tgagor/centos:stream10-${{ github.sha }} tgagor/centos:10
docker tag ghcr.io/tgagor/centos:stream10-${{ github.sha }} tgagor/centos:${DOCKER_TAG}-stream10
docker tag ghcr.io/tgagor/centos:stream10-development-${{ github.sha }} tgagor/centos:stream10
docker tag ghcr.io/tgagor/centos:stream10-development-${{ github.sha }} tgagor/centos:stream10-development
docker tag ghcr.io/tgagor/centos:stream10-development-${{ github.sha }} tgagor/centos:10
docker tag ghcr.io/tgagor/centos:stream10-development-${{ github.sha }} tgagor/centos:${DOCKER_TAG}-stream10
docker tag ghcr.io/tgagor/centos:stream10-development-${{ github.sha }} tgagor/centos:${DOCKER_TAG}-stream10-development
- name: Push images
if: github.ref == 'refs/heads/master'
Expand All @@ -174,7 +172,9 @@ jobs:
docker push tgagor/centos:latest
docker push tgagor/centos:${DOCKER_TAG}-stream10
docker push tgagor/centos:${DOCKER_TAG}-stream10-development
docker push tgagor/centos:stream10
docker push tgagor/centos:stream10-development
docker push tgagor/centos:10
- name: Update README
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion stream9-minimal

This file was deleted.

0 comments on commit 54c631a

Please sign in to comment.