We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe9e9f commit b1e5e45Copy full SHA for b1e5e45
.github/workflows/docker-test.yaml
@@ -34,5 +34,5 @@ jobs:
34
with:
35
context: ${{ env.DOCKER_FOLDER }}
36
platforms: linux/arm64,linux/amd64
37
- push: true
+ push: false
38
tags: ${{ vars.DOCKER_NAMESPACE }}/${{ github.event.repository.name }}:testing-PR${{ github.event.pull_request.number }}
.github/workflows/release-tag.yaml
@@ -36,3 +36,4 @@ jobs:
tags: |
${{ vars.DOCKER_NAMESPACE }}/${{ github.event.repository.name }}:${{ github.event.release.name }}
${{ vars.DOCKER_NAMESPACE }}/${{ github.event.repository.name }}:stable
39
+ ${{ vars.DOCKER_NAMESPACE }}/${{ github.event.repository.name }}:latest
renovate.json
0 commit comments