Compare commits
No commits in common. "7992f2bfca48785c5d9c8a5310b1dac6be8f1fd6" and "a5792c8ad03743260889ede6f69d4d6d86cec64c" have entirely different histories.
7992f2bfca
...
a5792c8ad0
2 changed files with 6 additions and 4 deletions
8
build.sh
8
build.sh
|
@ -4,10 +4,12 @@ set -e
|
|||
tag_latest=git.1e99.eu/1e99/passed:latest
|
||||
tag_commit=git.1e99.eu/1e99/passed:$(git rev-parse HEAD)
|
||||
|
||||
docker buildx build \
|
||||
--platform linux/amd64,linux/arm/v7,linux/arm64/v8 \
|
||||
# TODO: Figure out other platforms
|
||||
docker image build \
|
||||
--force-rm \
|
||||
--tag $tag_latest \
|
||||
--tag $tag_commit \
|
||||
--push \
|
||||
.
|
||||
|
||||
docker image push $tag_latest
|
||||
docker image push $tag_commit
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
</article>
|
||||
|
||||
<article id="not-found" class="hidden">
|
||||
<header t="not-found"></header>
|
||||
<header t="password-not-found"></header>
|
||||
|
||||
<p t="not-found-reasons"></p>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue