Skip to content

Commit

Permalink
fix github actions version typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreZiviani committed Feb 11, 2022
1 parent 75bc0a0 commit 272326b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v1
uses: docker/metadata-action@v3
with:
images: |
${{ secrets.DOCKERHUB_USERNAME }}/ec2-price-exporter
ghcr.io/${{ github.repository }}
- name: Build and push Docker images
uses: docker/build-push-action@v1
uses: docker/build-push-action@v2
with:
context: .
push: true
Expand Down

0 comments on commit 272326b

Please sign in to comment.