Skip to content

Commit b1e5e45

Browse files
Pre-Release Update
1 parent bfe9e9f commit b1e5e45

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.github/workflows/docker-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
with:
3535
context: ${{ env.DOCKER_FOLDER }}
3636
platforms: linux/arm64,linux/amd64
37-
push: true
37+
push: false
3838
tags: ${{ vars.DOCKER_NAMESPACE }}/${{ github.event.repository.name }}:testing-PR${{ github.event.pull_request.number }}

.github/workflows/release-tag.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ jobs:
3636
tags: |
3737
${{ vars.DOCKER_NAMESPACE }}/${{ github.event.repository.name }}:${{ github.event.release.name }}
3838
${{ vars.DOCKER_NAMESPACE }}/${{ github.event.repository.name }}:stable
39+
${{ vars.DOCKER_NAMESPACE }}/${{ github.event.repository.name }}:latest

renovate.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)