mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Don't use build cache
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
set -e
|
||||
|
||||
docker buildx build \
|
||||
--no-cache \
|
||||
--push \
|
||||
--platform linux/arm64,linux/amd64 \
|
||||
--tag ghcr.io/firezone/amazonlinux:2 \
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
set -e
|
||||
|
||||
docker buildx build \
|
||||
--no-cache \
|
||||
--push \
|
||||
--platform linux/arm64,linux/amd64 \
|
||||
--tag ghcr.io/firezone/centos:7 \
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
set -e
|
||||
|
||||
docker buildx build \
|
||||
--no-cache \
|
||||
--push \
|
||||
--platform linux/arm64,linux/amd64 \
|
||||
--tag ghcr.io/firezone/centos:8 \
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
set -e
|
||||
|
||||
docker buildx build \
|
||||
--no-cache \
|
||||
--push \
|
||||
--platform linux/arm64,linux/amd64 \
|
||||
--tag ghcr.io/firezone/debian:10 \
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
set -e
|
||||
|
||||
docker buildx build \
|
||||
--no-cache \
|
||||
--push \
|
||||
--platform linux/arm64,linux/amd64 \
|
||||
--tag ghcr.io/firezone/fedora:33 \
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
set -e
|
||||
|
||||
docker buildx build \
|
||||
--no-cache \
|
||||
--push \
|
||||
--platform linux/arm64,linux/amd64 \
|
||||
--tag ghcr.io/firezone/fedora:34 \
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
set -e
|
||||
|
||||
docker buildx build \
|
||||
--no-cache \
|
||||
--push \
|
||||
--platform linux/arm64,linux/amd64 \
|
||||
--tag ghcr.io/firezone/fedora:35 \
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
set -e
|
||||
|
||||
docker buildx build \
|
||||
--no-cache \
|
||||
--push \
|
||||
--platform linux/arm64,linux/amd64 \
|
||||
--tag ghcr.io/firezone/ubuntu:18.04 \
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
set -e
|
||||
|
||||
docker buildx build \
|
||||
--no-cache \
|
||||
--push \
|
||||
--platform linux/arm64,linux/amd64 \
|
||||
--tag ghcr.io/firezone/ubuntu:20.04 \
|
||||
|
||||
Reference in New Issue
Block a user