We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c52c6 commit 3f0732bCopy full SHA for 3f0732b
.github/workflows/build-image.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
ref: ${{ github.ref }}
21
- name: Build image
22
- run: docker buildx build . --tag $IMAGE_NAME
+ run: docker buildx build . --tag ${{ github.repository_owner }}/$IMAGE_NAME
23
- name: Login to registry
24
run: |
25
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eye-tap-frontend",
3
- "version": "0.5.0",
+ "version": "0.5.1",
4
"private": false,
5
"type": "module",
6
"scripts": {
0 commit comments