Skip to content

Commit

Permalink
test the cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostas Demiris committed Mar 28, 2024
1 parent c3754cf commit c9694a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cicd_develop_build_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
# - '!master'
#
#jobs:
# build-the-image:
# name: build-the-image
# runs-on: ubuntu-latest
#
# steps:
build-the-image:
name: build-the-image
runs-on: ubuntu-latest

steps:
- name: Use Githubs federated identity with AWS
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cicd_develop_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ on:

jobs:
build-the-image:
- name: cicd_develop_build_image
- name: build-the-image
uses: ./.github/cicd_develop_build_image

0 comments on commit c9694a4

Please sign in to comment.