Skip to content

Commit

Permalink
Update build_and_upload_docker_image_dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Mar 21, 2024
1 parent 03e5fff commit f20acba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_upload_docker_image_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
registry: ghcr.io
username: ${{ secrets.DOCKER_UPLOADER_USERNAME }}
password: ${{ secrets.DOCKER_UPLOADER_PASSWORD }}
- name: test
run: pwd
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit f20acba

Please sign in to comment.