Skip to content

Commit

Permalink
Merge pull request #41 from umccr/update/upgrade-docker-build-push-ac…
Browse files Browse the repository at this point in the history
…tion

Upgrade docker build push action for nodejs changes
  • Loading branch information
alexiswl authored Jun 7, 2024
2 parents b9e9274 + 1afb98a commit c799d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scatter_build_and_push_to_ghcrio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
# Build and push docker images
- name: Build and Push Docker Image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: repositories/${{ steps.tag_to_path.outputs.image_path }}
platforms: ${{ steps.get_platforms.outputs.platforms_as_str }}
Expand Down

0 comments on commit c799d86

Please sign in to comment.