Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lanseg authored Aug 13, 2024
1 parent 679d01c commit abc3139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
- name: Checkout
uses: actions/checkout@main
- name: Login
uses: docker/login-action@main
uses: docker/login-action@master
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@main
uses: docker/metadata-action@master
with:
images: lanseg/telegram-bot-api
- name: Build and push
Expand Down

0 comments on commit abc3139

Please sign in to comment.