Skip to content

Commit

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

build(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
Gyarbij authored Aug 27, 2024
2 parents 551f65f + 8ca252f commit ef056f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_nottitapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
password: ${{ secrets.AzureAppService_ContainerPassword_f55f4d2f1d754464aec7fa59ccbb2f1f }}

- name: Build and push container image to registry
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: gyarbij.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_746f1db47ac2496f9cda6ac9e6b85249 }}/nottit:${{ github.sha }}
Expand Down

0 comments on commit ef056f5

Please sign in to comment.