diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7e267b3..d29e94b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: - name: Build and Push PR if: github.ref != 'refs/heads/main' - uses: docker/build-push-action@v5.4.0 + uses: docker/build-push-action@v6.0.1 with: context: workers/${{ matrix.service }} tags: ${{ steps.docker_meta.outputs.tags }} @@ -53,7 +53,7 @@ jobs: - name: Build and Push Latest if: github.ref == 'refs/heads/main' - uses: docker/build-push-action@v5.4.0 + uses: docker/build-push-action@v6.0.1 with: context: workers/${{ matrix.service }} tags: ${{ steps.docker_meta.outputs.tags }}, ashirt/${{ matrix.service }}:latest #Add latest tag for main