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:
4
.github/workflows/buildBuilderImage.yml
vendored
4
.github/workflows/buildBuilderImage.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user