From d196baeb8c36cb3e87f2b4bf79857cbca1be4600 Mon Sep 17 00:00:00 2001 From: Leo Dirac Date: Wed, 8 Mar 2023 23:28:53 +0000 Subject: [PATCH] First crack at GHA to push to dockerhub. --- .github/workflows/publish-dockerhub.yaml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/publish-dockerhub.yaml b/.github/workflows/publish-dockerhub.yaml index 00722b6..ecdc3a7 100644 --- a/.github/workflows/publish-dockerhub.yaml +++ b/.github/workflows/publish-dockerhub.yaml @@ -1,12 +1,3 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - -# GitHub recommends pinning actions to a commit SHA. -# To get a newer version, you will need to update the SHA. -# You can also reference a tag or branch, but the action may change without warning. - name: Publish Docker image on: @@ -24,8 +15,8 @@ jobs: - name: Log in to Docker Hub uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Extract metadata (tags, labels) for Docker id: meta