Skip to content

Commit

Permalink
Merge pull request #17 from actinia-org/renovate/docker-build-push-ac…
Browse files Browse the repository at this point in the history
…tion-5.x

Update docker/build-push-action action to v5
  • Loading branch information
neteler authored Sep 12, 2023
2 parents 87bfc91 + 41fc21f commit 01b2232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sed -i "s+# RUN make test+RUN make unittest+g" docker/actinia-example-plugin-test/Dockerfile
- name: Unittests of actinia-example-plugin
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: false
tags: actinia-example-plugin-tests:alpine
Expand All @@ -46,7 +46,7 @@ jobs:
sed -i "s+# RUN make test+RUN make integrationtest+g" docker/actinia-example-plugin-test/Dockerfile
- name: Integration tests of actinia-example-plugin
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: false
tags: actinia-example-plugin-test:alpine
Expand Down

0 comments on commit 01b2232

Please sign in to comment.