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

Commit 0b692f1

Browse files
Merge pull request #24 from open-AIMS/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 4 to 6
2 parents 83a546b + 266b874 commit 0b692f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PublishDockerImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# Step 5: Build and push the Docker image
8686
# This step builds the reefguide-src image and pushes it to the registry
8787
- name: Build and push Docker image
88-
uses: docker/build-push-action@v4
88+
uses: docker/build-push-action@v6
8989
with:
9090
context: .
9191
target: reefguide-src # Specifies which stage of the Dockerfile to build

0 commit comments

Comments
 (0)