Merge pull request 'test pr' (#146) from test into master
Reviewed-on: #146
This commit is contained in:
commit
af46673300
@ -23,7 +23,6 @@ jobs:
|
||||
id: meta
|
||||
with:
|
||||
images: xefir/pynyaata
|
||||
flavor: latest=true
|
||||
- uses: https://github.com/docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
@ -38,6 +37,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container: python
|
||||
needs: [lint]
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
steps:
|
||||
- run: apt-get update
|
||||
- run: apt-get install -y git nodejs
|
||||
|
Reference in New Issue
Block a user