Update action versions

This commit is contained in:
Christopher (Cris) Fuhrman 2024-09-05 16:10:43 -04:00 committed by GitHub
parent d62b0dc4d0
commit 1ccd4a45f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,16 +9,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check Out Repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Log in to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and Push Docker image for Frontend
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
context: ./client
file: ./client/Dockerfile