Skip to content

Commit

Permalink
Update releases.yml (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Fehrs authored Oct 4, 2023
1 parent 1fdf256 commit 64ae061
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ env:
jobs:
build:
runs-on: ubuntu-22.04
environment: release
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Setup .NET SDK
Expand Down Expand Up @@ -78,7 +77,6 @@ jobs:
context: "."
dockerfile: "./apps/DatabaseMigrations/Dockerfile"
platforms: "linux/amd64"
environment: release
cache_tag_suffix: "release"
enable_dockerhub: "true"
restore_artifact: "true"
Expand Down Expand Up @@ -127,7 +125,6 @@ jobs:
context: "."
dockerfile: "./apps/DataAggregator/Dockerfile"
platforms: "linux/amd64"
environment: release
cache_tag_suffix: "release"
enable_dockerhub: "true"
restore_artifact: "true"
Expand Down Expand Up @@ -176,7 +173,6 @@ jobs:
context: "."
dockerfile: "./apps/GatewayApi/Dockerfile"
platforms: "linux/amd64"
environment: release
cache_tag_suffix: "release"
enable_dockerhub: "true"
restore_artifact: "true"
Expand Down

0 comments on commit 64ae061

Please sign in to comment.