Skip to content

Commit

Permalink
Merge pull request #41 from NexGenAnalytics/40-update-github-actions
Browse files Browse the repository at this point in the history
#40: [CI] fix Node.js deprecation warnings
  • Loading branch information
nmm0 authored Oct 17, 2024
2 parents a0c3675 + 1d54b89 commit 9a296b5
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 9a296b5

Please sign in to comment.