Skip to content

Commit

Permalink
feat(actions): add docker build args
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouter committed Dec 4, 2023
1 parent 96bbae6 commit 526d451
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-release-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ jobs:
tags: ${{ steps.prep.outputs.tags }}
platforms: |-
linux/amd64
linux/arm64
1 change: 0 additions & 1 deletion .github/workflows/docker-release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ jobs:
tags: ${{ steps.prep.outputs.tags }}
platforms: |-
linux/amd64
linux/arm64
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM debian:latest as builder

ARG VERSION=0.2.0

RUN apt update && \
apt install -y curl && \
curl -sLo /tmp/messagebird_exporter.deb \
Expand Down

0 comments on commit 526d451

Please sign in to comment.