Skip to content

Commit 06e3a24

Browse files
committed
fix: remove latest from title
1 parent 77fdcaf commit 06e3a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
username: ${{ github.actor }}
5858
password: ${{ secrets.GITHUB_TOKEN }}
5959

60-
- name: Build and push latest
60+
- name: Build and push
6161
uses: docker/build-push-action@v4
6262
with:
6363
context: .

0 commit comments

Comments
 (0)