mirror of
https://github.com/dokku/dokku.git
synced 2026-05-18 05:05:46 +02:00
Merge pull request #8617 from dokku/josegonzalez-patch-2
Upgrade actions in shared build-image compose action
This commit is contained in:
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@v4
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: build
|
||||
path: build
|
||||
|
||||
- name: set up docker buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v4
|
||||
|
||||
- name: build docker image
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user