ci: fix image tag
This commit is contained in:
parent
0bba34b725
commit
d8d0b96927
1 changed files with 1 additions and 6 deletions
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
|
@ -37,9 +37,4 @@ jobs:
|
|||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
- run: docker push ${{ steps.meta.outputs.tags }}
|
||||
- run: docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue