We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9617aa commit 0b8f8ffCopy full SHA for 0b8f8ff
.github/workflows/main.yml
@@ -31,6 +31,6 @@ jobs:
31
id: buildx
32
uses: docker/setup-buildx-action@v1
33
34
- - run: make ubuntu20.04
35
- - run: TAG_VERSION="${BRANCH_NAME}" make push-tag
36
- - run: make push-latest
+ - run: VERSION="${BRANCH_NAME}" make ubuntu20.04
+ - run: VERSION="${BRANCH_NAME}" make push-short
+ - run: VERSION="${BRANCH_NAME}" make push-latest
0 commit comments