Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,17 @@ jobs:
username: tragiccode
password: ${{ secrets.DOCKERHUB_TOKEN }}

# Revisit this. We should probably be triggering this off of a tag event.
# Which would automatically tag the image with the version and latest and allow us to remove
# the manual 'tags' property below
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: tragiccode/busly-cli
tags: |
${{ inputs.version }}
latest

- name: Build and push Docker image
id: push
Expand Down