Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
itadventurer committed Jun 14, 2024
1 parent 6c150dd commit 11471e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ghcr-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
# - dashboard

# 1. go to the directory
- name: Change directory
run: cd csp1_producer
#- name: Change directory
# run: cd csp1_producer
# 2. build the image
- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME/csp1_producer --label "runnumber=${GITHUB_RUN_ID}"
run: cd csp1_producer && docker build . --tag $IMAGE_NAME/csp1_producer --label "runnumber=${GITHUB_RUN_ID}"



- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Push image
Expand Down

0 comments on commit 11471e9

Please sign in to comment.