Skip to content

Commit

Permalink
Release 6.8.2 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Feb 10, 2022
1 parent cfe8693 commit a430e5e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.8.2 2022-02-09 <dave at tiredofit dot ca>

### Changed
- Refresh base image


## 6.8.1 2021-12-13 <dave at tiredofit dot ca>

### Changed
Expand Down
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit a430e5e

Please sign in to comment.