Updates actions to their latest versions

This commit is contained in:
Trenton Holmes
2024-08-04 15:15:33 -07:00
parent 237499fd03
commit 602f399119
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Log in to the Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
@@ -40,7 +40,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: .
push: true