We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5aa9d92 + e23f363 commit a30eae0Copy full SHA for a30eae0
.github/workflows/merge-main.yaml
@@ -10,15 +10,13 @@ on:
10
jobs:
11
build-push:
12
name: Build and push application image
13
- runs-on: ubuntu-latest
+ runs-on: x1-core
14
permissions:
15
id-token: write
16
contents: read
17
steps:
18
19
- name: Build and push application image
20
- uses: cloudbeds/composite-actions/docker/build-push/aws-ecr@v2
+ uses: cloudbeds/composite-actions/docker/build-push/remote@v2
21
with:
22
- # image_name: Only registry path is required. AWS ECR registry address will be automatically set by composite-actions
23
- image_name: ${{ github.event.repository.name }}
24
- image_tag: ${{ github.sha }}
+ push: true
0 commit comments