Skip to content

Commit

Permalink
Testing pull of docker CI test tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed Apr 30, 2024
1 parent 623e8dc commit 3b82c48
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,17 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and export test tag to Docker
uses: docker/build-push-action@v5
with:
context: .
file: docker/Dockerfile
load: true
tags: ${{ env.TEST_TAG }}
push: true
# - name: Build and export test tag to Docker
# uses: docker/build-push-action@v5
# with:
# context: .
# file: docker/Dockerfile
# load: true
# tags: ${{ env.TEST_TAG }}
# push: true
- name: Test
run: |
docker pull ${{ env.TEST_TAG }}
docker run --rm -v $HOME:/home ${{ env.TEST_TAG }} ./run_scm.py -c twpice -d
- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 3b82c48

Please sign in to comment.