Skip to content

Commit

Permalink
Update docker-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbmcmullen27 authored Nov 11, 2023
1 parent edfbe30 commit b1c9b91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
shell: bash
run: |
docker buildx build \
--platform=linux/arm64,linux/amd64 \
-t ghcr.io/${GITHUB_REPOSITORY,,}:$(date +%Y%m%d.$GITHUB_RUN_NUMBER) \
.
--platform linux/arm64,linux/amd64 \
--tag ghcr.io/${GITHUB_REPOSITORY,,}:$(date +%Y%m%d.$GITHUB_RUN_NUMBER) .
docker images
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit b1c9b91

Please sign in to comment.