Skip to content

Commit

Permalink
Remove version 2.7 from Build-and-push
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Aug 2, 2023
1 parent 16279e5 commit 70407ce
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,14 @@ jobs:
fail-fast: false
matrix:
include:
- dockerfile: "2.7/Dockerfile"
registry_namespace: "centos7"
tag: "centos7"
image_name: "ruby-27-centos7"
docker_context: "2.7"
quayio_username: "QUAY_IMAGE_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_BUILDER_TOKEN"
- dockerfile: "3.0/Dockerfile"
registry_namespace: "centos7"
tag: "centos7"
image_name: "ruby-30-centos7"
docker_context: "3.0"
quayio_username: "QUAY_IMAGE_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_BUILDER_TOKEN"
- dockerfile: "3.0/Dockerfile.fedora"
- dockerfile: "Dockerfile.fedora"
registry_namespace: "fedora"
tag: "3.0"
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
Expand Down

0 comments on commit 70407ce

Please sign in to comment.