Skip to content

Add dev Docker tag for dev branch builds#11

Merged
Aedankerr merged 2 commits intomainfrom
copilot/fix-docker-tags-to-include-dev
Mar 9, 2026
Merged

Add dev Docker tag for dev branch builds#11
Aedankerr merged 2 commits intomainfrom
copilot/fix-docker-tags-to-include-dev

Conversation

Copy link
Contributor

Copilot AI commented Mar 9, 2026

The Docker workflow only triggered on main and always published the latest tag — there was no pipeline support for building and tagging dev branch images.

Changes

  • Trigger: Workflow now runs on pushes to both main and dev branches
  • Conditional tagging: latest tag is scoped to main; dev tag is scoped to dev
  • sha tag: Unchanged — applied on both branches
tags: |
  type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
  type=raw,value=dev,enable=${{ github.ref == 'refs/heads/dev' }}
  type=sha

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Aedankerr <56336929+Aedankerr@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix Docker tags to include dev on Docker Hub Add dev Docker tag for dev branch builds Mar 9, 2026
@Aedankerr Aedankerr marked this pull request as ready for review March 9, 2026 03:52
@Aedankerr Aedankerr merged commit 845908a into main Mar 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants