Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JarcauCristian authored Mar 18, 2024
1 parent e68c10b commit 93d1ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Build image
run: docker build . --file DockerfileAMD --tag scr4pp/go_load_balancer:latest
run: docker build . --file ./DockerfileAMD --tag scr4pp/go_load_balancer:amd
- name: Push Image
uses: docker/build-push-action@v2
with:
push: true
tags: scr4pp/go_load_balancer:latest
tags: scr4pp/go_load_balancer:amd

0 comments on commit 93d1ed5

Please sign in to comment.