Skip to content

Commit

Permalink
Update actions/checkout and mr-smithers-excellent/docker-build-push v…
Browse files Browse the repository at this point in the history
…ersions
  • Loading branch information
ivukotic committed Oct 10, 2024
1 parent bfa6dd2 commit f5ab864
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ps-mapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.6

- name: Docker Build & Push Action
uses: mr-smithers-excellent/docker-build-push@v6.2
uses: mr-smithers-excellent/docker-build-push@v6.4
with:
image: atlasanalyticsservice/ps-mapper
dockerfile: Dockerfile.ps_mapper
Expand All @@ -23,7 +23,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2.1.2
uses: peter-evans/repository-dispatch@v3.0.0
with:
token: ${{ secrets.AAAS_GITOPS_DEPLOY_TRIGGER }}
repository: maniaclab/flux_apps
Expand Down

0 comments on commit f5ab864

Please sign in to comment.