Skip to content

Commit

Permalink
sandialabs#40: update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Sep 30, 2024
1 parent a0c3675 commit 1d54b89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ jobs:

- name: Log in to Docker Hub
if: ${{ github.ref == 'refs/heads/ci-images' }}
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Pull Cached Image
run: docker pull ${{ env.IMAGE_TAG }}
continue-on-error: true

- name: Build Docker images for PR testing
if: ${{ github.event_name == 'pull_request' }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: ${{ matrix.image }}.dockerfile
Expand Down

0 comments on commit 1d54b89

Please sign in to comment.