Skip to content

Commit

Permalink
Fix syntax and image name
Browse files Browse the repository at this point in the history
  • Loading branch information
necto committed Jan 12, 2025
1 parent 242885d commit 3825cbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ jobs:
docker load < docker-image.tar.gz
docker tag rust-kmail-alias-bot azaostro/kmail-alias-bot:unstable
- name: Log in to Docker Hub
uses: docker/login-action
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action
uses: docker/metadata-action@v5
with:
images: azaostro/kmail-alias-bot
- name: Inspect
run: |
docker image inspect kmail-alias-bot:unstable
docker image inspect azaostro/kmail-alias-bot:unstable
- name: Push to Docker Hub
run: |
docker push azaostro/kmail-alias-bot:unstable

0 comments on commit 3825cbd

Please sign in to comment.