mirror of
https://github.com/dokku/dokku.git
synced 2025-12-15 19:47:42 +01:00
chore: update actions used in composite action
This commit is contained in:
committed by
GitHub
parent
4b4e20a5a9
commit
20c231a206
4
.github/actions/build-image/action.yml
vendored
4
.github/actions/build-image/action.yml
vendored
@@ -13,14 +13,14 @@ runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: download packages
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: build
|
||||
|
||||
- name: set up docker buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: build docker image
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user