Skip to content

Commit

Permalink
update dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
rfiorella committed Jul 13, 2023
1 parent aad4acf commit 9b90d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ats-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{secrets.DOCKERHUB_USERNAME}}
password: ${{secrets.DOCKERHUB_PASSWORD}}
Expand All @@ -70,7 +70,7 @@ jobs:
amanzi_branch=${{env.AMANZI_BRANCH}}
ats_branch=${{env.ATS_BRANCH}}
amanzi_tpls_ver=${{env.AMANZI_TPLS_VER}}
file: Dockerfile-ATS-build
file: Docker/Dockerfile-ATS-build
- name: Run tests
id: tests
working-directory: Docker
Expand Down

0 comments on commit 9b90d02

Please sign in to comment.