Compare commits
No commits in common. "5ee8ada0f7660e8d39370de7585f7a215fada666" and "a18978d9ec53413ac13aa1cfae8bb66e278daba2" have entirely different histories.
5ee8ada0f7
...
a18978d9ec
|
@ -17,11 +17,7 @@ jobs:
|
|||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Docker login
|
||||
uses: actions/docker-login@v2
|
||||
with:
|
||||
registry: ${{ REGISTRY }}
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} https://${REGISTRY}
|
||||
- name: Build and push
|
||||
uses: actions/docker-build-push@v4
|
||||
with:
|
||||
|
@ -29,7 +25,5 @@ jobs:
|
|||
tags: |
|
||||
${REGISTRY}/${IMAGE_NAMESPACE}:${{ github.ref_name }}
|
||||
${REGISTRY}/${IMAGE_NAMESPACE}:latest
|
||||
env:
|
||||
ACTIONS_RUNTIME_TOKEN: '' #https://gitea.com/gitea/act_runner/issues/119#issuecomment-738294
|
||||
- name: Inspect image
|
||||
run: ${REGISTRY}/${IMAGE_NAMESPACE}:${{ github.ref_name }}
|
||||
|
|
Loading…
Reference in New Issue