Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Bump docker/build-push-action from 4 to 6 #24

Merged
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/PublishDockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# Step 5: Build and push the Docker image
# This step builds the reefguide-src image and pushes it to the registry
- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
target: reefguide-src # Specifies which stage of the Dockerfile to build
Expand Down