Update actions versions to use Node.js 20

pull/112/head
Badlop 2 months ago
parent 228ab57d6c
commit b9528e740e

@ -17,7 +17,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Build image - name: Build image
run: docker build run: docker build
@ -25,7 +25,7 @@ jobs:
--tag code-server --tag code-server
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}

@ -17,7 +17,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Build image - name: Build image
run: docker build run: docker build
@ -25,7 +25,7 @@ jobs:
--tag devcontainer --tag devcontainer
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}

@ -77,7 +77,7 @@ jobs:
- name: Extract ecs metadata (tags, labels) - name: Extract ecs metadata (tags, labels)
id: ecsmeta id: ecsmeta
if: github.ref_type == 'tag' if: github.ref_type == 'tag'
uses: docker/metadata-action@v4 uses: docker/metadata-action@v5
with: with:
images: | images: |
${{ env.REGISTRY_GHCR }}/${{ env.ECS_IMAGENAME_GHCR }} ${{ env.REGISTRY_GHCR }}/${{ env.ECS_IMAGENAME_GHCR }}

Loading…
Cancel
Save