Skip to content

Commit 9228e2d

Browse files
committed
Fix publish workflow file
1 parent 36e068b commit 9228e2d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build-and-publish-image.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,6 @@ jobs:
3535
username: ${{ github.actor }}
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737

38-
- name: Get metadata
39-
id: meta
40-
uses: docker/metadata-action@v4
41-
tags: |
42-
type=semver,pattern={{raw}},value=${{ }}
43-
type=ref,event=branch
44-
type=ref,event=pr
45-
type=sha
46-
with:
47-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
48-
4938
- name: Retrieve latest release version
5039
id: retrieve_latest_release_version
5140
run: |

0 commit comments

Comments
 (0)