Skip to content

Commit

Permalink
Merge pull request #14 from joaopapereira/fix-publish
Browse files Browse the repository at this point in the history
Fix versions
  • Loading branch information
joaopapereira authored Jun 6, 2024
2 parents ba0b89b + 26057b9 commit c458986
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ jobs:
uses: actions/[email protected]

- name: Log in to the Container registry
uses: docker/login-action@3.2.0
uses: docker/login-action@v3.2.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@5.5.1
uses: docker/metadata-action@v5.5.1
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
- name: Build and push Docker image
uses: docker/build-push-action@5.3.0
uses: docker/build-push-action@v5.3.0
with:
context: .
push: true
Expand Down

0 comments on commit c458986

Please sign in to comment.