Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
typo in version
Browse files Browse the repository at this point in the history
  • Loading branch information
slntopp committed Sep 30, 2021
1 parent 732431c commit 21c19a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
images: ${{ env.REGISTRY }}/support-pl/ione

- name: Build and push Docker image
uses: docker/build-push-action@2.7.0
uses: docker/build-push-action@v2.7.0
with:
context: .
push: true
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
images: ${{ env.REGISTRY }}/support-pl/ione-admin

- name: Build and push Docker image
uses: docker/build-push-action@2.7.0
uses: docker/build-push-action@v2.7.0
with:
context: ui
push: true
Expand Down

0 comments on commit 21c19a1

Please sign in to comment.