Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
mootz12 committed Oct 3, 2024
1 parent f4ea874 commit c38b073
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Publish Docker

on:
push:
tags:
- 'v*'

jobs:
docker:
Expand Down Expand Up @@ -39,6 +37,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 }}
tags: script3/auctioneer-bot:latest

0 comments on commit c38b073

Please sign in to comment.