Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elops-od committed Dec 14, 2023
1 parent cda0924 commit 3864175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
platforms: linux/amd64 #,linux/arm64/v8
platforms: linux/amd64 ,linux/arm64/v8
tags: |
registry.hub.docker.com/elopsod/echo-server:${{github.ref_name}}
registry.hub.docker.com/elopsod/echo-server:latest

0 comments on commit 3864175

Please sign in to comment.