Skip to content

Commit

Permalink
Now to run it all together...
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed Apr 30, 2024
1 parent 6e2a872 commit f0d97a2
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ci_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@ 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 }}
- name: Test and push latest tag
run: |
docker pull ${{ env.TEST_TAG }}
Expand Down

0 comments on commit f0d97a2

Please sign in to comment.