Skip to content

Commit

Permalink
docker image hotfix (#64)
Browse files Browse the repository at this point in the history
Do not run workflow on push, as it rely on the github actor.
  • Loading branch information
gcattan authored Jul 18, 2022
1 parent 84e4d5f commit b205ab0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/create_docker_image.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Docker Image CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

Expand All @@ -19,4 +17,4 @@ jobs:
run: |
docker build . --file Dockerfile --tag ghcr.io/${{ github.actor }}/pyriemann-qiskit:$tag
# docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
# docker push ghcr.io/${{ github.actor }}/pyriemann-qiskit:$tag
# docker push ghcr.io/${{ github.actor }}/pyriemann-qiskit:$tag

0 comments on commit b205ab0

Please sign in to comment.