Skip to content

Commit

Permalink
trigger creation of the image via the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Nov 13, 2024
1 parent ba864fa commit aea1b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-autobuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker automatic build and publish when changes in container dir
on:
push:
branches:
- main
- iam_sync_debug

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion containers/iam-rucio-sync/sync_iam_rucio.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def make_gridmap_compatible(self, certificate):

# get all users from IAM
iam_users = syncer.get_list_of_users(access_token)
logging.info(f"Sync {len(iam_users)} users retrieved from IAM.")
logging.info(f"Syncing {len(iam_users)} users retrieved from IAM.")

# DEBUG user output to file
if debug:
Expand Down

0 comments on commit aea1b65

Please sign in to comment.