Merge pull request #91 from PrismLauncher/renovate/docker-build-push-action-4.x
chore(deps): update docker/build-push-action action to v4
This commit is contained in:
commit
f58df53e59
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v3
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
tags: ghcr.io/prismlauncher/bot:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue