fix docker
This commit is contained in:
parent
9409f5d1f5
commit
c02a14193e
@ -22,15 +22,16 @@ jobs:
|
||||
- run: apk add git nodejs
|
||||
- uses: actions/checkout@v3
|
||||
- uses: https://github.com/docker/metadata-action@v4
|
||||
id: meta
|
||||
with:
|
||||
images: xefir/dl
|
||||
flavor: latest=true
|
||||
- uses: https://github.com/docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- uses: https://github.com/docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
Loading…
Reference in New Issue
Block a user