Skip to content

Commit 61a14ce

Browse files
authored
Update build-and-deploy-master.yml
1 parent 5b717df commit 61a14ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy-master.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
5757
- name: Bygg, tag og push Docker image
5858
run: |
59-
## docker -v
60-
## docker pull nginx:1.17.8-alpine
59+
docker -v
60+
docker pull nginx:1.17.8-alpine
6161
docker build --pull --tag ${IMAGE} --tag ${IMAGE_BASE}:latest .
6262
echo ${GITHUB_TOKEN} | docker login docker.pkg.github.com -u ${GITHUB_USERNAME} --password-stdin
6363
docker push ${IMAGE_BASE}:latest

0 commit comments

Comments
 (0)