Skip to content

Commit

Permalink
Update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdenecker committed Nov 9, 2020
1 parent a3f072e commit 6bb0efa
Showing 1 changed file with 5 additions and 24 deletions.
29 changes: 5 additions & 24 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,12 @@ jobs:
name: Push Docker image to multiple registries
runs-on: ubuntu-latest
steps:
-
name: Check out the repo
- name: Check out the repo
uses: actions/checkout@v2
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
image: tdenecker/pip-profiler:latest
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
-
name: Login to DockerHub
uses: docker/login-action@v1
- name: Push to Docker Hub
uses: docker/build-push-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
push: true
tag_with_ref: true
tags: tdenecker/pip-profiler:latest,
-
name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
repository: tdenecker/pip-profiler
tag_with_ref: true

0 comments on commit 6bb0efa

Please sign in to comment.