Skip to content

Commit

Permalink
add Dokerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcibotari committed May 16, 2024
1 parent 82a756b commit 017559a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
tags: ${{ github.event.inputs.tags || steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
context: .
platforms: linux/amd64
Expand Down

0 comments on commit 017559a

Please sign in to comment.