Skip to content

Commit

Permalink
fix: add platform variable for credentials workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mumarkhan999 committed Oct 14, 2024
1 parent 9cf2bb7 commit a33b5de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/push-credentials-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ on:
schedule:
- cron: "0 4 * * 1-5" # UTC Time


# Added for testing purposes. Will remove once the PR is finalised
pull_request:
branches:
- '**'


jobs:
build-and-push-image:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -43,6 +50,7 @@ jobs:
push: true
target: dev
tags: edxops/credentials-dev:${{ steps.get-tag-name.outputs.result }}
platforms: linux/amd64,linux/arm64

- name: Send failure notification
if: failure()
Expand Down

0 comments on commit a33b5de

Please sign in to comment.