Skip to content

Commit

Permalink
Update update_ci_image.yaml
Browse files Browse the repository at this point in the history
to fix duplicate step ids
and add workflow file to push paths
  • Loading branch information
ruffsl authored and SteveMacenski committed Jun 9, 2023
1 parent 223d548 commit c551426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_ci_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- '**/package.xml'
- '**/*.repos'
- 'Dockerfile'
- '.github/workflows/update_ci_image.yaml'

jobs:
check_ci_files:
Expand Down Expand Up @@ -110,7 +111,7 @@ jobs:
run: echo ${{ steps.docker_build.outputs.digest }}
- name: Build and push ${{ github.ref_name }}-dev
if: steps.config.outputs.trigger == 'true'
id: docker_build
id: docker_build_dev
uses: docker/build-push-action@v4
with:
pull: true
Expand Down

0 comments on commit c551426

Please sign in to comment.