Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# Build image once with registry-agnostic cache
- name: Build Docker image
id: build
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
file: deployments/Dockerfile
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:

# Push to Docker Hub using cached build
- name: Push to Docker Hub
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
file: deployments/Dockerfile
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:

# Push to ECR using cached build
- name: Push to Amazon ECR Public
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
file: deployments/Dockerfile # Fixed: Correct path to Dockerfile
Expand Down