Skip to content

Commit

Permalink
Fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonggan committed Feb 18, 2024
1 parent 6a707a4 commit 14e47db
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/dockerhub.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Push to Dockerhub
on:
on:
push:
branches: [ master ]
branches: [master]
jobs:
push-to-dockerhub:
runs-on: ubuntu-latest
Expand All @@ -13,14 +13,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
- name: Get Dockerfile
run: |
git clone https://codeberg.org/grindhold/flohmarkt.git
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: ghcr.io/Y0ngg4n/flohmarkt-docker
images: ghcr.io/Y0ngg4n/openlab-app-rest
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
Expand Down

0 comments on commit 14e47db

Please sign in to comment.