Skip to content

Commit

Permalink
Merge pull request #25 from script3/fix-docker-ci-2
Browse files Browse the repository at this point in the history
ci: add local context to docker build and push
  • Loading branch information
mootz12 authored Oct 3, 2024
2 parents f4ea874 + e92c131 commit 082a1b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: script3/auctioneer-bot:latest,script3/auctioneer-bot:${{ github.ref_name }}

0 comments on commit 082a1b2

Please sign in to comment.