Skip to content

Commit

Permalink
自信推送
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Smilin committed Apr 17, 2024
1 parent cf477e8 commit 64c24df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,15 @@ jobs:
latest_tag=$(git describe --tags $(git rev-list --tags --max-count=1))
echo "::set-output name=tag::$latest_tag"
echo "💡 Latest tag: $latest_tag"
echo "👉 The Username is ${{ env.DOCKER.DOCKERHUB_USERNAME }}"
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ env.DOCKER.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKER.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push tag
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 64c24df

Please sign in to comment.