Skip to content

Commit

Permalink
Merge pull request #761 from frontendnetwork/staging
Browse files Browse the repository at this point in the history
Staging → Main
  • Loading branch information
philipbrembeck authored Aug 4, 2024
2 parents 4a9fce7 + f36f943 commit 51d3ac6
Show file tree
Hide file tree
Showing 4 changed files with 988 additions and 1,312 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@5f4866a30a54f16a52d2ecb4a3898e9e424939cf
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -48,7 +48,7 @@ jobs:

- name: Build and push Docker image
id: build-prod
uses: docker/build-push-action@7e6f77677b7892794c8852c6e3773c3e9bc3129a
uses: docker/build-push-action@a8d35412fb758de9162fd63e3fa3f0942bdedb4d
with:
context: .
push: true
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@5f4866a30a54f16a52d2ecb4a3898e9e424939cf
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -114,7 +114,7 @@ jobs:

- name: Build and push Docker image
id: build-staging
uses: docker/build-push-action@7e6f77677b7892794c8852c6e3773c3e9bc3129a
uses: docker/build-push-action@a8d35412fb758de9162fd63e3fa3f0942bdedb4d
with:
context: .
push: true
Expand Down
Loading

0 comments on commit 51d3ac6

Please sign in to comment.