Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  -
  • Loading branch information
OskarStark committed Aug 8, 2023
2 parents 58d55b3 + f36e916 commit 8fa10b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
env:
IMAGE: "oskarstark/doctor-rst"
USERNAME: "oskarstark"
DOCKER_REGISTRY: "hub.docker.com"

jobs:
build:
Expand All @@ -27,10 +26,9 @@ jobs:
run: |
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Login to Docker Container Registry
- name: Login to Dockerhub
uses: docker/login-action@v2
with:
registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ env.USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

Expand Down

0 comments on commit 8fa10b8

Please sign in to comment.