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