Skip to content

Commit

Permalink
refactor(ci): Trigger pipeline workflow manually (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgm authored Feb 22, 2024
1 parent bba201c commit b049546
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- 'main'
paths:
- 'Dockerfiles/**'
workflow_dispatch:

jobs:
ubuntu-jammy:
Expand All @@ -23,7 +24,7 @@ jobs:
alias: "jammy"
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -33,11 +34,11 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-central-1

- name: Login to Amazon ECR
id: login-ecr
run: aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/s6w2n1r6

- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit b049546

Please sign in to comment.