mirror of
https://github.com/embedd-actions/platformio-ci.git
synced 2024-12-25 16:32:25 +03:00
Update files
This commit is contained in:
parent
52b940d324
commit
67d191d4b4
2
.github/workflows/build_image.yml
vendored
2
.github/workflows/build_image.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Image.Dockerfile
|
file: Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
@ -1 +0,0 @@
|
|||||||
FROM sergeyladanov/platformio:v3
|
|
@ -1,4 +1,4 @@
|
|||||||
## Пример настройки CI/CD
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -10,7 +10,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: embedd-actions/platformio-ci@v3
|
uses: embedd-actions/platformio-ci@v1
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -2,7 +2,7 @@ name: 'Platformio build'
|
|||||||
description: 'Building platformio projects'
|
description: 'Building platformio projects'
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Action.Dockerfile'
|
image: 'docker://sergeyladanov/platformio:v1'
|
||||||
args:
|
args:
|
||||||
- pio
|
- pio
|
||||||
- run
|
- run
|
||||||
|
Loading…
Reference in New Issue
Block a user