Skip to content

Commit

Permalink
Update docker-amd64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dluc authored Jan 20, 2025
1 parent 31cfbcd commit 44238ba
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/docker-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,7 @@ jobs:

- name: Build Docker image
run: |
docker build \
--platform linux/amd64 \
docker build --push --platform linux/amd64 \
--build-arg BUILD_IMAGE_TAG=9.0-noble-amd64 \
--build-arg RUN_IMAGE_TAG=9.0-alpine-amd64 \
--tag ${{ vars.DOCKERHUB_USERNAME }}/service:${{ github.event.inputs.docker_tag }}-amd64 \
.
- name: Push Docker image
run: |
docker push ${{ vars.DOCKERHUB_USERNAME }}/service:${{ github.event.inputs.docker_tag }}-amd64
--tag ${{ vars.DOCKERHUB_USERNAME }}/service:${{ github.event.inputs.docker_tag }}-amd64 .

0 comments on commit 44238ba

Please sign in to comment.