diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b304e65..95ce6be 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push authz image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: services/authz/Dockerfile @@ -38,7 +38,7 @@ jobs: tags: ghcr.io/${{ github.repository }}/authz:latest - name: Build and push inventory image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: services/inventory/Dockerfile @@ -46,7 +46,7 @@ jobs: tags: ghcr.io/${{ github.repository }}/inventory:latest - name: Build and push app image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: app/Dockerfile