diff --git a/.github/workflows/bacula-build-and-publish.yml b/.github/workflows/bacula-build-and-publish.yml index fc3d8ea..b758063 100644 --- a/.github/workflows/bacula-build-and-publish.yml +++ b/.github/workflows/bacula-build-and-publish.yml @@ -62,7 +62,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.CONTEXT }} platforms: ${{ env.PLATFORMS }} @@ -122,7 +122,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.CONTEXT }} platforms: ${{ env.PLATFORMS }} @@ -181,7 +181,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.CONTEXT }} platforms: ${{ env.PLATFORMS }} @@ -241,7 +241,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.CONTEXT }} platforms: ${{ env.PLATFORMS }} @@ -301,7 +301,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.CONTEXT }} platforms: ${{ env.PLATFORMS }} diff --git a/.github/workflows/baculum-build-and-publish.yml b/.github/workflows/baculum-build-and-publish.yml index c0c5be7..cd99197 100644 --- a/.github/workflows/baculum-build-and-publish.yml +++ b/.github/workflows/baculum-build-and-publish.yml @@ -74,7 +74,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.CONTEXT }} platforms: ${{ env.PLATFORMS }} @@ -134,7 +134,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ env.CONTEXT }} platforms: ${{ env.PLATFORMS }}