diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 4c759d80..f902d916 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -31,7 +31,7 @@ jobs: username: traptitech password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: true diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 5da006a6..43f43cfd 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -29,7 +29,7 @@ jobs: username: traptitech password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: true