mirror of
https://github.com/yanhao98/composite-actions.git
synced 2026-03-22 14:20:32 +08:00
chore(deps): update github-actions
This commit is contained in:
@@ -64,7 +64,7 @@ runs:
|
||||
|
||||
- name: Extract metadata
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
uses: docker/metadata-action@v6
|
||||
with:
|
||||
context: git
|
||||
# flavor
|
||||
@@ -74,14 +74,14 @@ runs:
|
||||
# sep-labels: ','
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
uses: docker/setup-qemu-action@v4
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v4
|
||||
|
||||
- name: Build and push
|
||||
id: build
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
file: ${{ inputs.file }}
|
||||
context: ${{ inputs.context }}
|
||||
|
||||
Reference in New Issue
Block a user