Skip to content

Commit

Permalink
fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrtye committed Dec 17, 2023
1 parent 6ed9b98 commit 1400a23
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/action-telebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,18 @@ jobs:
with:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}


- name: Docker meta
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ secrets.DOCKER_HUB_USERNAME }}/telebot
tags: latest

- name: Build and push
uses: docker/build-push-action@v5
with:
context: ./telebot
push: true
platforms: linux/arm64/v8
tags: latest
names: docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/telebot:latest
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 1400a23

Please sign in to comment.