Skip to content

Commit

Permalink
fix: assetの共有
Browse files Browse the repository at this point in the history
  • Loading branch information
yuito-it committed Aug 1, 2024
1 parent 01ecded commit 4a69180
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@ 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
4 changes: 2 additions & 2 deletions .github/workflows/docker-tag.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Docker Build and Push
on:
push:
tags:
- 'v*'
branches:
- main

jobs:
build:
Expand Down

0 comments on commit 4a69180

Please sign in to comment.