We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ab8cad + 2806b85 commit 00e7c31Copy full SHA for 00e7c31
1 file changed
.github/workflows/docker_build.yml
@@ -29,11 +29,17 @@ jobs:
29
username: tragiccode
30
password: ${{ secrets.DOCKERHUB_TOKEN }}
31
32
+ # Revisit this. We should probably be triggering this off of a tag event.
33
+ # Which would automatically tag the image with the version and latest and allow us to remove
34
+ # the manual 'tags' property below
35
- name: Extract metadata (tags, labels) for Docker
36
id: meta
37
uses: docker/metadata-action@v5
38
with:
39
images: tragiccode/busly-cli
40
+ tags: |
41
+ ${{ inputs.version }}
42
+ latest
43
44
- name: Build and push Docker image
45
id: push
0 commit comments