use newer version of actions

pull/7355/head
Nils Dijk 2023-11-17 13:38:35 +00:00
parent e5b940728c
commit b317aaeb5b
No known key found for this signature in database
GPG Key ID: CA1177EF9434F241
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ jobs:
-
name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/citusdata/citus-devcontainer
@ -32,14 +32,14 @@ jobs:
uses: docker/setup-buildx-action@v2
-
name: 'Login to GitHub Container Registry'
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
-
name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:.devcontainer"
push: true