Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Jul 10, 2024
1 parent 7c100ba commit 65b504f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:

env:
IMAGE_NAME: ${{ github.repository }}
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io

jobs:
Expand All @@ -31,10 +30,11 @@ jobs:
# - 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 }}
if: github.event_name != 'pull_request'
#if: github.event_name != 'pull_request'
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
Expand Down

0 comments on commit 65b504f

Please sign in to comment.