Skip to content

Commit

Permalink
Update to Node 20 GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
djjudas21 committed Feb 23, 2024
1 parent 66cea03 commit 9f948be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
djjudas21/ecowitt-exporter
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
Expand Down

0 comments on commit 9f948be

Please sign in to comment.