mirror of
https://codeberg.org/spire/docker-tf2-server.git
synced 2026-08-02 12:14:52 +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:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Docker Buildx
|
|
||||||
uses: https://github.com/docker/setup-buildx-action@v3
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: https://github.com/docker/login-action@v3
|
uses: https://github.com/docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
@ -21,7 +19,7 @@ jobs:
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
id: docker_build
|
id: docker_build
|
||||||
uses: https://github.com/docker/build-push-action@v6
|
uses: https://github.com/docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
load: true
|
load: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue