Skip to content

Commit

Permalink
Merge pull request #21 from microsoftgraph/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/build-push-action-5.0.0

Bump docker/build-push-action from 4.2.1 to 5.0.0
  • Loading branch information
baywet authored Sep 12, 2023
2 parents c70259d + 4f9eb04 commit ee8ab48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
registry: ${{ env.REGISTRY }}
- name: Push to GitHub Packages - Nightly
if: github.ref == 'refs/heads/main' || github.event.inputs.tag == 'main'
uses: docker/build-push-action@v4.2.1
uses: docker/build-push-action@v5.0.0
with:
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:nightly
Expand All @@ -47,7 +47,7 @@ jobs:
"token=${{ secrets.NUGET_PASSWORD }}"
- name: Push to GitHub Packages - Release
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.event.inputs.tag, 'v')
uses: docker/build-push-action@v4.2.1
uses: docker/build-push-action@v5.0.0
with:
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.get-version.outputs.version }}
Expand Down

0 comments on commit ee8ab48

Please sign in to comment.