fix: Add missing prefix to GitHub Actions
This commit is contained in:
parent
00e14ab055
commit
1c554c8db4
1 changed files with 3 additions and 3 deletions
6
.github/workflows/create-release.yaml
vendored
6
.github/workflows/create-release.yaml
vendored
|
|
@ -10,10 +10,10 @@ jobs:
|
|||
uses: actions/checkout@v3.5.2
|
||||
|
||||
- name: Setup Docker
|
||||
uses: docker/setup-buildx-action@2.5.0
|
||||
uses: docker/setup-buildx-action@v2.5.0
|
||||
|
||||
- name: Build toolchain
|
||||
uses: docker/build-push-action@4.0.0
|
||||
uses: docker/build-push-action@v4.0.0
|
||||
with:
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
tags: rg35xx-toolchain-new:latest
|
||||
|
||||
- name: Build project
|
||||
uses: addnab/docker-run-action@v3.0.0
|
||||
uses: addnab/docker-run-action@v3
|
||||
with:
|
||||
image: rg35xx-toolchain-new:latest
|
||||
options: -v ${{github.workspace}}:/root/workspace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue