Skip to content

Commit

Permalink
Fix gh workflow (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrceyhun authored Jun 19, 2022
1 parent 44efdcb commit c068da8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-go-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
tags:
- 'go-*.*.*'
paths-ignore:
- 'src/go/rucio-dataset-mon-go/**'

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-rucio-mon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tags:
- 'go-*.*.*'
paths:
- src/go/rucio-dataset-mon-go/**
- 'src/go/rucio-dataset-mon-go/**'

jobs:
build:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
password: ${{ secrets.CERN_TOKEN }}

- name: Publish cmsmon-rucio-ds-web image to registry.cern.ch
uses: docker/build-push-action@v3
uses: docker/build-push-action@v1
with:
username: ${{ secrets.CERN_LOGIN }}
password: ${{ secrets.CERN_TOKEN }}
Expand Down

0 comments on commit c068da8

Please sign in to comment.