Skip to content

Commit

Permalink
Remove Docker Buildx setup step from server CI
Browse files Browse the repository at this point in the history
The Buildx builder is used by default since Moby 23.0.0, bundled into
Docker Desktop 4.19
  • Loading branch information
StenAL committed May 20, 2023
1 parent 36a70c5 commit 92e0271
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/server-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,14 @@ jobs:
name: server
path: server/build

- name: set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: log in to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: build and publish server Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: server
file: server/docker/Dockerfile
Expand Down

0 comments on commit 92e0271

Please sign in to comment.