Skip to content

Commit 3f0732b

Browse files
committed
[CI] Fix another tagging problem and trigger
1 parent 38c52c6 commit 3f0732b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
ref: ${{ github.ref }}
2121
- name: Build image
22-
run: docker buildx build . --tag $IMAGE_NAME
22+
run: docker buildx build . --tag ${{ github.repository_owner }}/$IMAGE_NAME
2323
- name: Login to registry
2424
run: |
2525
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eye-tap-frontend",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"private": false,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)