Skip to content

Commit

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

Update docker/build-push-action action to v6
  • Loading branch information
neteler authored Jul 17, 2024
2 parents 61d2e74 + a017599 commit 69397a8
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@v5
uses: docker/build-push-action@v6
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@v5
uses: docker/build-push-action@v6
with:
push: false
tags: actinia-example-plugin-test:alpine
Expand Down

0 comments on commit 69397a8

Please sign in to comment.