Skip to content

Commit 2862a14

Browse files
Update main.yaml
1 parent 35499f6 commit 2862a14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
username: ${{ github.repository_owner }}
4444
password: ${{ secrets.GITHUB_TOKEN }}
4545
- name: Build base image
46-
run: |
47-
docker build -t sen2like_base -f Dockerfile-base .
46+
run: docker build -t sen2like_base -f Dockerfile-base .
4847
- name: Build and push
4948
uses: docker/build-push-action@v4
5049
with:

0 commit comments

Comments
 (0)