Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
apricot13 committed Jul 9, 2024
1 parent 3ddebac commit 9b7a3cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-outpost-api-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
push:
branches: [develop, staging, production, feature/arch]

env:
BUILDX_NO_DEFAULT_ATTESTATIONS: 1

jobs:
publish-outpost-api-image:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -52,6 +49,8 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
env:
BUILDX_NO_DEFAULT_ATTESTATIONS: 1

- name: Build and push outpost api docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 9b7a3cc

Please sign in to comment.