Update env variables #66

Merged
werewolfkid merged 7 commits from gitea into main 2025-09-03 15:34:38 -04:00
3 changed files with 13 additions and 112 deletions
Showing only changes of commit 37596a00f7 - Show all commits

View File

@@ -49,7 +49,6 @@ jobs:
context: .
push: ${{ !github.event.pull_request.head.repo.fork }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Build and Push Latest Docker Image
id: build-and-push-latest
uses: docker/build-push-action@v4
@@ -58,4 +57,3 @@ jobs:
context: .
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
labels: ${{ steps.meta.outputs.labels }}