Skip to content

Commit

Permalink
V7.3.15 (#11)
Browse files Browse the repository at this point in the history
* Build 7.3.15

* Add dependabot
  • Loading branch information
Cyb3r-Jak3 authored Feb 17, 2024
1 parent 221cb7b commit 303455d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
assignees:
- "Cyb3r-Jak3"
commit-message:
prefix: "Action Update"
reviewers:
- "Cyb3r-Jak3"
4 changes: 2 additions & 2 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ jobs:
org.opencontainers.image.vendor=cyb3rjak3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Build ${{ matrix.target }}
uses: docker/bake-action@v3
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build-pypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
context: "builder/"
tags: ${{ env.BUILDER_IMAGE_TAG }}:${{ env.ALPINE_VERSION }}-${{ github.sha }}
build-args: |
BUILD_IMAGE=ghcr.io/cyb3r-jak3/alpine-pypy:2.7-7.3.11-3.17
BUILD_IMAGE=ghcr.io/cyb3r-jak3/alpine-pypy:2.7-7.3.14-3.19
cache-to: type=gha,mode=max,scope=buildx-alpine-pypy-workflow-builder:${{ env.ALPINE_VERSION }}
cache-from: type=gha,scope=buildx-alpine-pypy-workflow-builder:${{ env.ALPINE_VERSION }}
platforms: linux/amd64, linux/arm64
Expand All @@ -63,7 +63,7 @@ jobs:
fail-fast: true
matrix:
PYPY_BASE: ["2.7", "3.9", "3.10"]
PYPY_VERSION: ["7.3.14"]
PYPY_VERSION: ["7.3.15"]
RUNNER: ["self-hosted", "ubuntu-latest"]

steps:
Expand Down Expand Up @@ -98,19 +98,19 @@ jobs:
- name: Login To GitHub
if: steps.file-check.outputs.STATUS == 404
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
if: steps.file-check.outputs.STATUS == 404
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
if: steps.file-check.outputs.STATUS == 404
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Run Build
if: steps.file-check.outputs.STATUS == 404
Expand Down

0 comments on commit 303455d

Please sign in to comment.