You've already forked build-image
Compare commits
11 Commits
6ebfca1f92
...
master
Author | SHA1 | Date | |
---|---|---|---|
69edb4377a | |||
730f0d7a79
|
|||
27369eb40e | |||
95967e768a
|
|||
1f7724c41d | |||
0803cd9e12
|
|||
ea5d986ea6
|
|||
7241cc523f
|
|||
e044ad3daf
|
|||
96422feb53
|
|||
191d8e99f3
|
@ -16,7 +16,7 @@ jobs:
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v19.1.0
|
||||
- uses: actions/checkout@v5.0.0
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
||||
with:
|
||||
globs: '**/*.md'
|
||||
|
@ -9,11 +9,11 @@ jobs:
|
||||
push-amd64:
|
||||
runs-on: ubuntu-latest-amd64
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: actions/checkout@v5.0.0
|
||||
- uses: docker/setup-qemu-action@v3.6.0
|
||||
- uses: docker/setup-buildx-action@v3.10.0
|
||||
- uses: docker/setup-buildx-action@v3.11.1
|
||||
|
||||
- uses: docker/login-action@v3.4.0
|
||||
- uses: docker/login-action@v3.5.0
|
||||
with:
|
||||
registry: git.cryptic.systems
|
||||
username: ${{ github.repository_owner }}
|
||||
|
@ -13,7 +13,7 @@ jobs:
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: actions/checkout@v5.0.0
|
||||
- uses: peter-evans/dockerhub-description@v4.0.2
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_IO_USERNAME }}
|
||||
|
@ -68,6 +68,9 @@ MD022:
|
||||
# Blank lines below heading
|
||||
lines_below: 1
|
||||
|
||||
MD024:
|
||||
siblings_only: true
|
||||
|
||||
# MD025/single-title/single-h1 - Multiple top-level headings in the same document
|
||||
MD025:
|
||||
# Heading level
|
||||
|
@ -50,7 +50,7 @@ To use this image for building golang applications execute this in your root fol
|
||||
$ docker run \
|
||||
--rm \
|
||||
--volume ${PWD}:/workspace \
|
||||
volkerraschek/build-image:latest \
|
||||
git.cryptic.systems/volker.raschek/build-image:latest \
|
||||
go build
|
||||
```
|
||||
|
||||
@ -64,7 +64,7 @@ $ docker run \
|
||||
--env MAKEPKG_PACKAGER="Max Mustermann <max.mustermann@example.com" \
|
||||
--rm \
|
||||
--volume ${PWD}:/workspace \
|
||||
volkerraschek/build-image:latest \
|
||||
git.cryptic.systems/volker.raschek/build-image:latest \
|
||||
makepkg
|
||||
```
|
||||
|
||||
@ -76,6 +76,6 @@ If you want to compile instead go rust sourcecode, than you can do it similar to
|
||||
$ docker run \
|
||||
--rm \
|
||||
--volume ${PWD}:/workspace \
|
||||
volkerraschek/build-image:latest \
|
||||
git.cryptic.systems/volker.raschek/build-image:latest \
|
||||
cargo build --release
|
||||
```
|
||||
|
Reference in New Issue
Block a user