Skip to content

Commit

Permalink
update gitaction
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Jul 10, 2024
1 parent 279c48b commit d291fa5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/cicd_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v4

# - name: Build docker image
# run: docker build -t ${{ env.IMAGE_NAME }}:test .

# - name: Run tests in docker image
# run: docker run ${{ env.IMAGE_NAME }}:test python -m pytest


# Login against a Docker registry except on PR
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
Expand Down

0 comments on commit d291fa5

Please sign in to comment.