Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ak2466 authored Apr 5, 2024
1 parent 51bfbde commit 872ced7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,23 @@ jobs:
-
name: Checkout the repository
uses: actions/checkout@v4

-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Log into GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{secrets.GH_USERNAME}}
password: ${{secrets.GH_PAT}}
-
name: Build and push
uses: docker/build-push-action@v5
with:
context: Code/.
push: true
tags: ghcr.io/ak2466/plantpals:latest

0 comments on commit 872ced7

Please sign in to comment.