Skip to content

Commit

Permalink
Merge pull request #27 from kairoaraujo/multi_tags
Browse files Browse the repository at this point in the history
Add support to multi tags
  • Loading branch information
necheffa authored Sep 28, 2022
2 parents e887bda + d788c56 commit f633d2f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/goca-rest-api-docker-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: GoCA REST API Docker test

on:
workflow_dispatch:
push:
tags:
- '*'
Expand Down Expand Up @@ -38,7 +39,9 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: kairoaraujo/goca:latest
tags: |
kairoaraujo/goca:latest
Kairoaraujo/goca:${{ github.ref_name }}
- name: Update repo description
uses: peter-evans/dockerhub-description@v2
Expand Down

0 comments on commit f633d2f

Please sign in to comment.