Skip to content

Commit

Permalink
Update build-container-image.yml
Browse files Browse the repository at this point in the history
push changes to try fix node16 depreciation warnings and failures
ccall48 authored Jul 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d0cf757 commit fa59e6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-container-image.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,8 @@ jobs:
runs-on: "ubuntu-20.04"

steps:
- uses: actions/checkout@v2
# - uses: actions/checkout@v2
- uses: actions/checkout@v4

# https://github.com/marketplace/actions/push-to-ghcr
- name: Build and publish a Docker image for ${{ github.repository }}

0 comments on commit fa59e6b

Please sign in to comment.