kopia lustrzana https://github.com/meshtastic/firmware
Build and push to docker hub
rodzic
dcfa226509
commit
35c50f074b
|
@ -333,6 +333,23 @@ jobs:
|
|||
release/device-*.sh
|
||||
release/device-*.bat
|
||||
retention-days: 30
|
||||
|
||||
- name: Docker login
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: meshtastic
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
|
||||
- name: Docker setup
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Docker build and push
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: meshtastic/device:simulator
|
||||
|
||||
after-checks:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Ładowanie…
Reference in New Issue