Skip to content

Commit

Permalink
Update continuous-delivery.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sv-giampa authored Sep 22, 2023
1 parent 4dc1f47 commit c792bdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'resources/input/**'
- 'Dockerfile'
- 'requirements**'
- '.github/continuous-delivery.yml'
- '.github/workflows/continuous-delivery.yml'
pull_request:
branches: [ "main" ]
paths:
Expand All @@ -18,7 +18,7 @@ on:
- 'resources/input/**'
- 'Dockerfile'
- 'requirements**'
- '.github/continuous-delivery.yml'
- '.github/workflows/continuous-delivery.yml'

permissions:
contents: read
Expand All @@ -44,5 +44,5 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/parsoda:latest
tags: ${{ secrets.DOCKER_USERNAME }}/parsoda:latest

0 comments on commit c792bdb

Please # to comment.