Skip to content

Commit

Permalink
action update
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Oct 11, 2023
1 parent d80909c commit 33236aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/AF.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@v2
uses: actions/checkout@v4.1.0

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

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

0 comments on commit 33236aa

Please sign in to comment.