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 b30b20f commit 5c4119b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- 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: false
tags: djjudas21/smtp-relay:testing
Expand Down

0 comments on commit 5c4119b

Please sign in to comment.