build: update workflow dependencies to the latest versions (#65)
This commit is contained in:
10
.github/workflows/voice.yml
vendored
10
.github/workflows/voice.yml
vendored
@@ -18,17 +18,17 @@ jobs:
|
||||
tag:
|
||||
- teaspeak
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: docker/setup-buildx-action@v1
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
version: "v0.5.1"
|
||||
version: "v0.8.2"
|
||||
buildkitd-flags: --debug
|
||||
- uses: docker/login-action@v1
|
||||
- uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- uses: docker/build-push-action@v2
|
||||
- uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ./voice/${{ matrix.tag }}
|
||||
file: ./voice/${{ matrix.tag }}/Dockerfile
|
||||
|
Reference in New Issue
Block a user