Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
changed version of GitHub action
  • Loading branch information
lroffia authored Dec 6, 2024
1 parent e087b2a commit f63150a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
username: ${{secrets.DOCKERHUB_USERNAME}}
password: ${{secrets.DOCKERHUB_TOKEN}}
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v3
with:
push: true
tags: vaimee/sepa:${{github.ref_name}},vaimee/sepa:latest

0 comments on commit f63150a

Please sign in to comment.