Skip to content

Commit

Permalink
Platform as string, not list
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford authored Jul 11, 2024
1 parent 133abfe commit 59de2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
deploy-branches: '["dev","prod"]'
image-name: 'ghcr.io/unb-libraries/drupal.mysql.lib.unb.ca'
k8s-deployment-name: 'drupal-mysql-lib-unb-ca'
platforms: '["linux/amd64"]'
platforms: linux/amd64
push-branches: '["dev","prod"]'
secrets:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG_DATA }}
Expand Down

0 comments on commit 59de2d4

Please sign in to comment.