Skip to content

Commit

Permalink
change build-image actions versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sasagar committed May 21, 2023
1 parent fe16fd0 commit 138e249
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ jobs:
build-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# - uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
- uses: docker/login-action@v1
- uses: docker/setup-buildx-action@v2

- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/metadata-action@v3
- uses: docker/metadata-action@v4
id: meta
with:
images: ghcr.io/${{ github.repository_owner }}/grizzco-misskey-bot
Expand All @@ -27,7 +28,7 @@ jobs:
tags: |
type=edge,branch=main
type=semver,pattern={{ raw }}
- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grizzco-misskey-bot",
"version": "1.0.0-beta2",
"version": "1.0.0-beta3",
"description": "Misskeyにスケジュール更新を流すBotです。",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 138e249

Please sign in to comment.