Skip to content

Commit

Permalink
Merge pull request #8 from Avaiga/bot/docker-github-action-develop
Browse files Browse the repository at this point in the history
Update the Docker GitHub Actions workflow file for develop.
  • Loading branch information
FlorianJacta authored Aug 22, 2024
2 parents b5b43b1 + 76a4302 commit c6e7596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-develop.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was automatically generated.
# Please, do not edit it manually.

name: Build Docker Image
name: Build Docker Image develop

on:
release:
Expand All @@ -15,7 +15,7 @@ permissions:
jobs:
build:
environment: develop
runs-on: stockvisualization
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c6e7596

Please sign in to comment.