Skip to content

Commit 798063c

Browse files
committed
Rename build steps in release workflow for clarity
1 parent b1fc7f5 commit 798063c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
- name: Install just
4242
uses: taiki-e/install-action@just
4343

44-
- name: Build & push images - normal tagged
44+
- name: Build & push images - semver tagged
4545
run: |
4646
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u USERNAME --password-stdin
4747
just images
4848
just --yes push
4949
50-
- name: Build & push images - latest
50+
- name: Build & push images - latest tagged
5151
env:
5252
IMAGE_TAG: latest
5353
run: |

0 commit comments

Comments
 (0)