Skip to content

Commit 6c5771b

Browse files
committed
chore(ci): remove some redundant environment variables
1 parent 5c81d31 commit 6c5771b

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/docker-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ on:
2020
permissions:
2121
contents: read
2222

23+
env:
24+
IMAGE_NAME: "freqtradeorg/freqtrade"
25+
CACHE_IMAGE: "freqtradeorg/freqtrade_cache"
26+
GHCR_IMAGE_NAME: "ghcr.io/freqtrade/freqtrade"
27+
2328
jobs:
2429
deploy-docker:
2530
name: "Deploy Docker x64 and armv7l"

build_helpers/publish_docker_arm64.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
#!/bin/sh
22

33
# Use BuildKit, otherwise building on ARM fails
4-
export DOCKER_BUILDKIT=1
5-
6-
IMAGE_NAME=freqtradeorg/freqtrade
7-
CACHE_IMAGE=freqtradeorg/freqtrade_cache
8-
GHCR_IMAGE_NAME=ghcr.io/freqtrade/freqtrade
94

105
# Replace / with _ to create a valid tag
116
TAG=$(echo "${BRANCH_NAME}" | sed -e "s/\//_/g")

build_helpers/publish_docker_multi.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
# The below assumes a correctly setup docker buildx environment
44

5-
IMAGE_NAME=freqtradeorg/freqtrade
6-
CACHE_IMAGE=freqtradeorg/freqtrade_cache
75
# Replace / with _ to create a valid tag
86
TAG=$(echo "${BRANCH_NAME}" | sed -e "s/\//_/g")
97
TAG_PLOT=${TAG}_plot

0 commit comments

Comments
 (0)