Skip to content

Commit

Permalink
Streamlining GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzil committed May 2, 2024
1 parent 58e41d1 commit 764462d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 104 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@ on:
# - cron: '24 21 * * *'
push:
branches: [ "rising" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "rising" ]

env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
IMAGE_BASE_NAME: fluidos-energy-predictor
ORG_NAME: risingfbk
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@ name: Publish Docker image on FLUIDOS Docker Hub

on:
push:
branches: [ "github" ]
branches: [ "fluidos" ]
tags: [ 'v*.*.*' ]
# pull_request:
# branches: [ "github" ]
release:
types: [published]

env:
REGISTRY: docker.io
# github.repository as <account>/<repo>
IMAGE_NAME: fluidos/energy-predictor
IMAGE_BASE_NAME: energy-predictor
ORG_NAME: fluidos
Expand Down
97 changes: 0 additions & 97 deletions .github/workflows/docker-publish.yml

This file was deleted.

0 comments on commit 764462d

Please sign in to comment.