Skip to content

Commit faf73c1

Browse files
authored
Merge pull request #5 from Sauer02/dev
fix yml
2 parents e76fb32 + 6ac74b4 commit faf73c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nextjs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ jobs:
7575

7676
- name: docker login
7777
run: | # log into docker hub account
78-
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
78+
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
7979
8080
- name: Get current date # get the date of the build
8181
id: date
8282
run: echo "::set-output name=date::$(date +'%Y-%m-%d--%M-%S')"
8383

8484
- name: Build the Docker image # push The image to the docker hub
8585
run: docker build . --file Dockerfile --tag $DOCKER_USER/$REPO_NAME:${{ steps.date.outputs.date }}
86-
86+
8787
- name: Docker Push
8888
run: docker push $DOCKER_USER/$REPO_NAME:${{ steps.date.outputs.date }}

0 commit comments

Comments
 (0)