Update action versions
This commit is contained in:
parent
dea3e9d8e2
commit
835b190505
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
uses: docker/metadata-action
|
||||
uses: docker/metadata-action@v5.6.1
|
||||
with:
|
||||
images: caddy
|
||||
tags: |
|
||||
|
@ -30,11 +30,11 @@ jobs:
|
|||
type=sha
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v3.8.0
|
||||
|
||||
- name: Build and push Docker image
|
||||
id: push
|
||||
uses: docker/build-push-action
|
||||
uses: docker/build-push-action@v6.10.0
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
|
|
Loading…
Reference in a new issue