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 3238cc6 commit a215bd8Copy full SHA for a215bd8
.github/workflows/docker.yml
@@ -65,7 +65,7 @@ jobs:
65
context: .
66
file: ./docker/${{ matrix.variant }}.dockerfile
67
platforms: linux/amd64,linux/arm64
68
- tags: ${{ steps.docker_meta.outputs.tags }}
+ tags: manyfold-smoke-test-${{ github.sha }}
69
build-args: |
70
APP_VERSION=${{ steps.docker_meta.outputs.version }}
71
GIT_SHA=${{ github.sha }}
0 commit comments