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