Skip to content

Commit

Permalink
Modified tag formats
Browse files Browse the repository at this point in the history
  • Loading branch information
sharonsyh committed Jul 26, 2024
1 parent 1626d4b commit 8c343db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/push_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ jobs:
tags: |
type=ref,event=branch
type=ref,event=tag
type=schedule
type=sha
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and push to Docker Hub
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: docker/Dockerfile
Expand All @@ -72,5 +74,7 @@ jobs:
cache-from: type=registry,ref=mlenergy/zeus:buildcache
cache-to: type=registry,ref=mlenergy/zeus:buildcache,mode=max
build-args: TARGETARCH=amd64
platforms: ${{ matrix.platform }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

0 comments on commit 8c343db

Please sign in to comment.