Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcapp committed Jun 14, 2024
2 parents ae2925b + 72aeb5b commit d72aebb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: Docker Image CI

on:
push:
Expand All @@ -11,10 +11,10 @@ jobs:
steps:
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
-
name: Login to DockerHub
uses: docker/login-action@v1
Expand All @@ -24,8 +24,8 @@ jobs:
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
push: true
file: Dockerfile
tags: ${{ github.repository_owner }}/mobaxterm-genkey:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/mobaxterm-genkey:latest
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Flask==2.1.0
Flask==2.0.3

0 comments on commit d72aebb

Please sign in to comment.