We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e068b commit 9228e2dCopy full SHA for 9228e2d
.github/workflows/build-and-publish-image.yml
@@ -35,17 +35,6 @@ jobs:
35
username: ${{ github.actor }}
36
password: ${{ secrets.GITHUB_TOKEN }}
37
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
-
49
- name: Retrieve latest release version
50
id: retrieve_latest_release_version
51
run: |
0 commit comments