Skip to content

Commit

Permalink
test first and second part of CI - 4
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Dec 15, 2023
1 parent 7509c2c commit efa42ea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/docker-autobuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- ci_changes_in_containers
# pull_request:
# branches:
# - main
# pull_request:
# branches:
# - main

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
echo "$dir was changed"
done
build-and-push-changed-container:
build-and-push-modified-containers:
needs: build-matrix-from-changed-dirs
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -87,16 +87,16 @@ jobs:
# ghcr.io/vre-hub/{vre}-{container_name}:{tag}
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ github.event.repository.name }}-${{ matrix.containers }}

# - name: Build and push ${{ matrix.containers }}
# id: build
# uses: docker/[email protected]
# with:
# context: ${{ matrix.containers }}
# file: ${{ matrix.containers }}/Dockerfile
# push: true
# tags: ${{ steps.metadata.outputs.tags }}
# labels: ${{ steps.metadata.outputs.labels }}
# build-args: |
# BUILD_DATE=$(date +'%Y-%m-%dT%H:%M:%SZ')
# TAG=${{ env.RELEASE_VERSION }}
# - name: Build and push ${{ matrix.containers }}
# id: build
# uses: docker/[email protected]
# with:
# context: ${{ matrix.containers }}
# file: ${{ matrix.containers }}/Dockerfile
# push: true
# tags: ${{ steps.metadata.outputs.tags }}
# labels: ${{ steps.metadata.outputs.labels }}
# build-args: |
# BUILD_DATE=$(date +'%Y-%m-%dT%H:%M:%SZ')
# TAG=${{ env.RELEASE_VERSION }}

1 change: 1 addition & 0 deletions containers/iam-rucio-sync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ COPY requirements.txt sync_iam_rucio.py iam-sync.conf /home/
RUN pip install -r /home/requirements.txt

ENTRYPOINT ["/bin/bash"]

0 comments on commit efa42ea

Please sign in to comment.