Skip to content

Commit

Permalink
Merge pull request #264 from camphor-/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-3
  • Loading branch information
p1ass authored Jul 4, 2022
2 parents 41521a4 + c939711 commit aeef9a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
shell: bash
run: echo "::set-output name=sha::${GITHUB_SHA::7}"
- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
push: true
tags: registry.camph.net/relaym-server-dev:${{ steps.slug.outputs.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Check out
uses: actions/checkout@v2
- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
push: true
tags: registry.camph.net/relaym-server-prod:latest
Expand Down

0 comments on commit aeef9a6

Please sign in to comment.