1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-19 16:11:45 +00:00

More updates to github actions to account for deprecation of Node 20.

This commit is contained in:
Frank Halasz
2026-03-14 20:43:13 -07:00
parent 07e009cf08
commit 3430574f61

View File

@@ -60,7 +60,7 @@ jobs:
# Login to ghcr.io
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
@@ -71,7 +71,7 @@ jobs:
#
- name: Build Docker Images for Push to GHCR
if: ${{ true }}
uses: docker/build-push-action@v7
uses: docker/build-push-action@v7
with:
builder: ${{ steps.buildx.outputs.name }}
build-args: |