mirror of
https://codeberg.org/spire/docker-tf2-server.git
synced 2026-08-02 04:04:45 +02:00
ci fix?
This commit is contained in:
parent
763430a1d8
commit
bd968eafbf
1 changed files with 1 additions and 3 deletions
|
|
@ -12,8 +12,6 @@ jobs:
|
|||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
- name: Login to DockerHub
|
||||
uses: https://github.com/docker/login-action@v3
|
||||
with:
|
||||
|
|
@ -21,7 +19,7 @@ jobs:
|
|||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
uses: https://github.com/docker/build-push-action@v6
|
||||
uses: https://github.com/docker/build-push-action@v7
|
||||
with:
|
||||
push: true
|
||||
load: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue