Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed May 30, 2024
1 parent 677eff9 commit b0fbabf
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 83 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:

strategy:
matrix:
os: ["ubuntu-18.04", "ubuntu-20.04"]
ruby: ["1.9", "2.1", "2.2", "2.3", "2.4", "2.6", "2.7", "3.0"]
os: ["ubuntu-22.04"]
ruby: ["2.7", "3.0", "3.3"]

steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,4 @@ jobs:
ghcr.io/${{ github.repository }}/${{ matrix.target }}-${{ github.sha }}
build-args: |
PKGR_VERSION=${{ github.sha }}
TARGET=${{ matrix.target }}
# - name: Verify Docker image
# run: |
# docker pull ghcr.io/${{ github.repository }}/${{ matrix.target }}:${{ github.sha }}
# docker run --rm ghcr.io/${{ github.repository }}/${{ matrix.target }}:${{ github.sha }} /bin/sh -c "echo 'Image works!'"
TARGET=${{ matrix.target }}
15 changes: 0 additions & 15 deletions images/Makefile

This file was deleted.

6 changes: 0 additions & 6 deletions images/debian/10/Dockerfile

This file was deleted.

18 changes: 0 additions & 18 deletions images/dockerize

This file was deleted.

6 changes: 0 additions & 6 deletions images/el/7/Dockerfile

This file was deleted.

6 changes: 0 additions & 6 deletions images/el/8/Dockerfile

This file was deleted.

18 changes: 0 additions & 18 deletions images/push

This file was deleted.

6 changes: 0 additions & 6 deletions images/ubuntu/20.04/Dockerfile

This file was deleted.

0 comments on commit b0fbabf

Please sign in to comment.