Skip to content

Commit 23e87a2

Browse files
committed
fix: Github Actions
1 parent 9c640eb commit 23e87a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Docker
33
on:
44
push:
55
branches: [ main ]
6-
# Publish semver tags as releases.
76
tags: [ 'v*.*.*' ]
87
pull_request:
98
branches: [ main ]
@@ -35,7 +34,7 @@ jobs:
3534
id: meta
3635
uses: docker/metadata-action@v5
3736
with:
38-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
37+
images: ${{ env.IMAGE_NAME }}
3938

4039
- name: Build and push Docker image
4140
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)