Skip to content

Commit 489b5d6

Browse files
chore: bump docker/build-push-action from 2 to 3 (coder#985)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4418965 commit 489b5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_coder_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
2424
- name: Build and push
2525
id: docker_build
26-
uses: docker/build-push-action@v2
26+
uses: docker/build-push-action@v3
2727
with:
2828
push: true
2929
tags: ${{ secrets.DOCKERHUB_USERNAME }}/docs:latest, ${{ secrets.DOCKERHUB_USERNAME }}/docs:${{ steps.vars.outputs.sha_short }}

0 commit comments

Comments
 (0)