Skip to content

Commit

Permalink
ci: Push containers
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Aug 25, 2024
1 parent f06bb97 commit f3305b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
image_tag: nightly
image_title: devcontainer
is_latest: false
push: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
push: true

publish-ksa-backend:
name: 🔹 Publish Backend
Expand All @@ -176,7 +176,7 @@ jobs:
image_tag: nightly
image_title: ksa-backend
is_latest: false
push: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
push: true

publish-ksa-game:
name: 🔹 Publish Game
Expand All @@ -201,7 +201,7 @@ jobs:
image_tag: nightly
image_title: ksa-game
is_latest: false
push: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
push: true

publish-ksa-ui:
name: 🔹 Publish UI
Expand All @@ -226,4 +226,4 @@ jobs:
image_tag: nightly
image_title: ksa-ui
is_latest: false
push: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
push: true
8 changes: 4 additions & 4 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
image_tag: next
image_title: devcontainer
is_latest: false
push: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
push: true

publish-ksa-backend:
name: 🔹 Publish Backend
Expand All @@ -179,7 +179,7 @@ jobs:
image_tag: next
image_title: ksa-backend
is_latest: false
push: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
push: true

publish-ksa-game:
name: 🔹 Publish Game
Expand All @@ -204,7 +204,7 @@ jobs:
image_tag: next
image_title: ksa-game
is_latest: false
push: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
push: true

publish-ksa-ui:
name: 🔹 Publish UI
Expand All @@ -229,4 +229,4 @@ jobs:
image_tag: next
image_title: ksa-ui
is_latest: false
push: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
push: true

0 comments on commit f3305b3

Please sign in to comment.