Skip to content

Commit

Permalink
Merge pull request #145 from NCAR/develop-update-image-action
Browse files Browse the repository at this point in the history
update action used to publish image
  • Loading branch information
mattldawson authored Feb 14, 2024
2 parents bbb4c25 + 7968488 commit ff1a96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm
Expand Down

0 comments on commit ff1a96c

Please sign in to comment.