We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497a59e commit 1459f69Copy full SHA for 1459f69
.github/workflows/build-application.yml
@@ -50,7 +50,6 @@ jobs:
50
- name: Build and push
51
uses: docker/build-push-action@v6
52
with:
53
- platforms: linux/amd64,linux/arm64
54
push: true
55
tags: ${{ vars.DOCKERHUB_USERNAME }}/angular-demo-application:latest
56
cache-from: type=gha
0 commit comments