Skip to content

Commit

Permalink
Fix Ci docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
helder-junior committed Jun 17, 2024
1 parent b7572d1 commit 0a637f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: '1.17'
- name: Check out the repo
uses: actions/checkout@v4
- name: Set up QEMU
Expand All @@ -34,3 +30,5 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
file: server/Dockerfile
context: server/

0 comments on commit 0a637f3

Please sign in to comment.