Skip to content

Commit

Permalink
fix version definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sokil committed Feb 17, 2023
1 parent 876ce37 commit 22ef03e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
uses: actions/[email protected]

- name: Log in to Docker Hub
uses: docker/login-action@2.1.0
uses: docker/login-action@v2.1.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@4.3.0
uses: docker/metadata-action@v4.3.0
with:
images: gometric/swagger-ui-consolidated

- name: Build and push Docker image
uses: docker/build-push-action@4.0.0
uses: docker/build-push-action@v4.0.0
with:
context: .
push: true
Expand Down

0 comments on commit 22ef03e

Please sign in to comment.