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 b1fc7f5 commit 798063cCopy full SHA for 798063c
.github/workflows/release.yml
@@ -41,13 +41,13 @@ jobs:
41
- name: Install just
42
uses: taiki-e/install-action@just
43
44
- - name: Build & push images - normal tagged
+ - name: Build & push images - semver tagged
45
run: |
46
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u USERNAME --password-stdin
47
just images
48
just --yes push
49
50
- - name: Build & push images - latest
+ - name: Build & push images - latest tagged
51
env:
52
IMAGE_TAG: latest
53
0 commit comments