We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b717df commit 61a14ceCopy full SHA for 61a14ce
.github/workflows/build-and-deploy-master.yml
@@ -56,8 +56,8 @@ jobs:
56
57
- name: Bygg, tag og push Docker image
58
run: |
59
- ## docker -v
60
- ## docker pull nginx:1.17.8-alpine
+ docker -v
+ docker pull nginx:1.17.8-alpine
61
docker build --pull --tag ${IMAGE} --tag ${IMAGE_BASE}:latest .
62
echo ${GITHUB_TOKEN} | docker login docker.pkg.github.com -u ${GITHUB_USERNAME} --password-stdin
63
docker push ${IMAGE_BASE}:latest
0 commit comments