Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Ladanov committed Sep 20, 2023
1 parent 52b940d commit 67d191d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: Image.Dockerfile
file: Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64,linux/arm64
1 change: 0 additions & 1 deletion Action.Dockerfile

This file was deleted.

File renamed without changes.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Пример настройки CI/CD
## Usage

```
Expand All @@ -10,7 +10,6 @@ jobs:
- uses: actions/checkout@v3
- name: Build
uses: embedd-actions/platformio-ci@v3
uses: embedd-actions/platformio-ci@v1
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Platformio build'
description: 'Building platformio projects'
runs:
using: 'docker'
image: 'Action.Dockerfile'
image: 'docker://sergeyladanov/platformio:v1'
args:
- pio
- run
Expand Down

0 comments on commit 67d191d

Please sign in to comment.