Skip to content

Commit

Permalink
chore: make Node.js actions use v20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
danimo committed Feb 27, 2024
1 parent 2f93a3c commit 3d7503d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,23 @@ jobs:
uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@v3
runs:
using: node20
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
runs:
using: node20
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@v4
runs:
using: node20
with:
context: .
build-args: |
Expand Down

0 comments on commit 3d7503d

Please sign in to comment.