Skip to content

Commit

Permalink
Working on v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdalertdk committed Apr 29, 2024
1 parent 4d65a60 commit 58a78ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build OpenTakServer UI Docker image
name: Build Docker image
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
Expand Down Expand Up @@ -36,7 +36,6 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{version}}
- name: Set up Docker Buildx
Expand All @@ -51,5 +50,6 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}
build-args: |
BUILD_VERSION=${{ github.ref_name }}
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ commit: ## Logs for OpenTAKServer
push:
git push
git push --tags

public:
$(MAKE) commit
$(MAKE) retag
$(MAKE) push

0 comments on commit 58a78ea

Please sign in to comment.