Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertMeissner authored Feb 12, 2021
1 parent 172f1d8 commit 4fcfc1c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
- name: Build the Docker image
uses: docker/build-push-action@v2
with:
context: .
file: ./dockerfile
push: true
tags: |
oeh-search-meta:latest
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
# registry: docker.pkg.github.com
# repository: codecentric/metadata_picker/meta
# tag_with_ref: true
# context: .
# file: ./dockerfile
# push: true
# tags: |
# oeh-search-meta:latest
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: codecentric/metadata_picker/meta
tag_with_ref: true

0 comments on commit 4fcfc1c

Please sign in to comment.