Skip to content

Commit

Permalink
Try to fix CI version
Browse files Browse the repository at this point in the history
  • Loading branch information
cguertin14 committed Jan 17, 2023
1 parent 8eb366b commit 1e7282a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Prepare
id: prep
run: |
VERSION=$(git describe --tags $(git rev-list --tags --max-count=1))
echo ::set-output name=version::${VERSION}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
FROM golang:1.19.5-alpine AS builder

# make image public
LABEL org.opencontainers.image.source="https://github.com/cguertin14/ddns"
LABEL org.opencontainers.image.source=https://github.com/cguertin14/ddns
LABEL org.opencontainers.image.description="ddns container image"
LABEL org.opencontainers.image.licenses=Apache
LABEL maintainer="Charles Guertin <[email protected]>"

ARG TARGETOS
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# ddns

DDNS tool written in Go

0 comments on commit 1e7282a

Please sign in to comment.