Skip to content

Commit 2639ec1

Browse files
author
Brady Slot
committed
revert
1 parent 5e522fe commit 2639ec1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v3
4747
- name: docker build
48-
- run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
48+
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
4949
- name: docker login
50-
- run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
50+
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
5151
- name: docker push
52-
- run: |
52+
run: |
5353
IMAGE_ID=ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME
5454
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
5555
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')

0 commit comments

Comments
 (0)