diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-08 18:02:31 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-08 18:02:31 -0800 |
| commit | a068bd4dd4b5040bd7b8ac514b32d3141f882b8a (patch) | |
| tree | 52371f35a36ac2f95ade509d366bb147e8963cfd /.github/workflows | |
| parent | 69d713ed9aeed16cffc84f21a3408f0523792652 (diff) | |
| download | sally-a068bd4dd4b5040bd7b8ac514b32d3141f882b8a.tar.gz | |
Bump docker/build-push-action from 4 to 5 (#114)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/docker.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/go.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 99f9031..a2462ff 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -43,7 +43,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build and push image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: true diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a2991f2..6cd99ab 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -64,6 +64,6 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . |