diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1fbf76a..794651d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -106,7 +106,7 @@ jobs: builder: ${{ steps.buildx.outputs.name }} context: . file: ./Dockerfile - #platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 + #platforms: linux/amd64,linux/arm/v7,linux/arm64 platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.prep.outputs.tags }} diff --git a/CHANGELOG.md b/CHANGELOG.md index b3490a0..6650b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.8.2 2022-02-09 + + ### Changed + - Refresh base image + + ## 6.8.1 2021-12-13 ### Changed diff --git a/Dockerfile b/Dockerfile index 1be1905..8ab3863 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,10 @@ FROM docker.io/tiredofit/alpine:3.15 LABEL maintainer="Dave Conroy (github.com/tiredofit)" ### Set Environment Variables -ENV CONTAINER_ENABLE_MESSAGING=FALSE -ENV CONTAINER_ENABLE_SCHEDULING=FALSE +ENV CONTAINER_ENABLE_MESSAGING=FALSE \ + CONTAINER_ENABLE_SCHEDULING=FALSE \ + IMAGE_NAME="tiredofit/traefik-cloudflare-companion" \ + IMAGE_REPO_URL="https://github.com/tiredofit/docker-traefik-cloudflare-companion/" ### Dependencies RUN set -x && \