Skip to content

Commit

Permalink
Rename job in Twingate workflow and update Dockerfile environment var…
Browse files Browse the repository at this point in the history
…iable syntax
  • Loading branch information
sanderdw committed Dec 21, 2024
1 parent 38052dc commit f297664
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/twingate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- 'twingate/config.json'

jobs:
dsmr-datalogger:
twingate:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -83,10 +83,10 @@ jobs:
type=semver,pattern={{major}}
type=raw,value=${{ steps.data.outputs.HA_RELEASE }}
- name: Build and push
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6
with:
context: ./twingate
platforms: ${{ steps.data.outputs.PLATFORMS }}
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
2 changes: 1 addition & 1 deletion twingate/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM $BUILD_FROM
ARG BUILD_ARCH
ARG HA_RELEASE

ENV LANG C.UTF-8
ENV LANG=C.UTF-8
# Copy data for add-on
COPY config.json /app/ha_addon_version.json
COPY run.sh /
Expand Down

0 comments on commit f297664

Please sign in to comment.