Skip to content

Commit

Permalink
fix: 不必要なログイン処理の削除
Browse files Browse the repository at this point in the history
  • Loading branch information
yuito-it committed Aug 1, 2024
1 parent d561d0a commit 8fb0ffb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Login to Docker Hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login ${{ secrets.K8S_DOCKER_REGISTHOST }} -u ${{ secrets.DOCKER_USERNAME }} --password-stdin


- name: Push Docker image
run: docker push ${{ secrets.K8S_DOCKER_REGISTHOST }}/mediawiki:latest

0 comments on commit 8fb0ffb

Please sign in to comment.