Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
rename repo (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
frealmyr authored Nov 13, 2020
1 parent 8f675b4 commit ab3a93f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: frealmyr/docker-marlin-build:latest
tags: frealmyr/marlin-build:latest

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.5"
services:
build:
container_name: marlin-build
image: frealmyr/docker-marlin-build:latest
image: frealmyr/marlin-build:latest
user: 1000:1000
stdin_open: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion examples/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
-e UPDATE_FORCE=true \
-v $(pwd)/Firmware/Builds:/home/platformio/build \
-v $(pwd)/Firmware/Configuration:/home/platformio/CustomConfiguration \
frealmyr/docker-marlin-build:latest
frealmyr/marlin-build:latest
- uses: mikeal/publish-to-github-action@master
env:
Expand Down

0 comments on commit ab3a93f

Please sign in to comment.