Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Sep 11, 2024
1 parent 8d3f247 commit 82f1c8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Build and publish Docker - processor
id: processor-build-and-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./cmd/processor/Dockerfile
Expand All @@ -69,7 +69,7 @@ jobs:

- name: Build and publish Docker - monitor
id: monitor_build-and-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./cmd/monitor/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ghcr-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Build and publish Docker - processor
id: processor-build-and-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./cmd/processor/Dockerfile
Expand All @@ -68,7 +68,7 @@ jobs:

- name: Build and publish Docker - monitor
id: monitor_build-and-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./cmd/monitor/Dockerfile
Expand Down

0 comments on commit 82f1c8c

Please sign in to comment.