Merge pull request #306 from josegonzalez/dependabot/github_actions/docker/build-push-action-6

chore(deps): bump docker/build-push-action from 5 to 6
This commit is contained in:
Jose Diaz-Gonzalez
2024-06-25 15:53:19 -04:00
committed by GitHub

View File

@@ -68,7 +68,7 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }} type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: . context: .
push: true push: true