Skip to content

DEVEX-2451 Add python3 shebang so that scripts can be run directly. (… #49

DEVEX-2451 Add python3 shebang so that scripts can be run directly. (…

DEVEX-2451 Add python3 shebang so that scripts can be run directly. (… #49

name : Build and push Docker image
on:
push:
branches:
- master
jobs:
build-and-push:
name: Build and push Docker image
runs-on: ubuntu-20.04
steps:
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Build and push image
uses: docker/build-push-action@v4
with:
push: true
tags: dnanexus/dxda:latest,dnanexus/dxda:${{ github.sha }}