We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4418965 commit 489b5d6Copy full SHA for 489b5d6
.github/workflows/build_coder_image.yaml
@@ -23,7 +23,7 @@ jobs:
23
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
24
- name: Build and push
25
id: docker_build
26
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
27
with:
28
push: true
29
tags: ${{ secrets.DOCKERHUB_USERNAME }}/docs:latest, ${{ secrets.DOCKERHUB_USERNAME }}/docs:${{ steps.vars.outputs.sha_short }}
0 commit comments