Skip to content

Commit

Permalink
🐛 FIX: workflow standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
unl0ck committed Jul 9, 2024
1 parent 21c4c5a commit 10bc813
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
with:
file: ./GridboxConnectorAddon-edge/Dockerfile.standalone
push: true
tags: ghcr.io/${{ github.repository }}/standalone-viessman-gridbox-connector:latest
tags: standalone-viessman-gridbox-connector:latest
1 change: 0 additions & 1 deletion GridboxConnectorAddon-edge/Dockerfile.standalone
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
FROM python:3.10-alpine

# Build arguments
ARG BUILD_ARCH
ARG BUILD_DATE
ARG BUILD_DESCRIPTION
ARG BUILD_NAME
Expand Down

0 comments on commit 10bc813

Please sign in to comment.