Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/golangci/golangci-…
Browse files Browse the repository at this point in the history
…lint-action-6
  • Loading branch information
cleptric authored Aug 13, 2024
2 parents 62867b7 + bb30961 commit 13640f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Potal Docker image
uses: docker/build-push-action@831ca179d3cf91cf0c90ca465a408fa61e2129a2
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
with:
context: .
file: ./docker/potal/Dockerfile
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Backend Docker image
uses: docker/build-push-action@831ca179d3cf91cf0c90ca465a408fa61e2129a2
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
with:
context: .
file: ./docker/backend/Dockerfile
Expand Down

0 comments on commit 13640f5

Please sign in to comment.