From 94089d475e2ecb457d43a7989c8c26df60ddfc57 Mon Sep 17 00:00:00 2001 From: Milsim DK Date: Wed, 24 Apr 2024 22:53:06 +0200 Subject: [PATCH] Version 1.1.5 --- .github/workflows/docker-publish.yml | 4 ++-- .gitignore | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 4a1dcba..b20d1be 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -58,8 +58,8 @@ jobs: context: . push: true tags: | - ${{ env.REGISTRY }}:latest - ${{ env.REGISTRY }}:${{ github.ref_name }} + ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest + ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }} build-args: | OTS_VERSION=${{ github.ref_name }} labels: ${{ steps.meta.outputs.labels }} diff --git a/.gitignore b/.gitignore index 2f726cb..0a15914 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .env .DS_Store +.secrets event.json