Skip to content

Commit

Permalink
Merge pull request #56 from taichanNE30/develop
Browse files Browse the repository at this point in the history
fix workflow
  • Loading branch information
tai-cha authored Jul 25, 2023
2 parents d3d8158 + d7ed509 commit 7bfd8b0
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
workflow_dispatch:

jobs:
push_to_docker_hub:
name: Push Docker image to Docker Hub
push_to_registries:
name: Push Docker image to Docker Hub, GitHub
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -45,24 +45,6 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

push_to_github_registry:
name: Push Docker image to GitHub Registry
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
with:
platforms: linux/amd64,linux/arm64
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: taichanne30/yamag
- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 7bfd8b0

Please sign in to comment.