Fix runner
This commit is contained in:
parent
6f8a168b86
commit
1452f4240d
@ -13,15 +13,16 @@ jobs:
|
||||
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [lint]
|
||||
steps:
|
||||
- uses: docker/metadata-action@v4
|
||||
- uses: https://github.com/docker/metadata-action@v4
|
||||
with:
|
||||
images: dl/xefir
|
||||
- uses: docker/login-action@v2
|
||||
- uses: https://github.com/docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- uses: docker/build-push-action@v4
|
||||
- uses: https://github.com/docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
Loading…
Reference in New Issue
Block a user