Skip to content

Commit

Permalink
Update CD-docker_dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Aug 14, 2023
1 parent 074be36 commit 85c04d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CD-docker_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: CD | Dev Docker Image

on:
push:
branches:
- "main"

workflow_dispatch:

jobs:
docker:
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
tags: ${{ vars.DOCKERHUB_REPO }}/${{ vars.DOCKERHUB_IMG }}:dev
tags: ${{ vars.DOCKERHUB_REPO }}/${{ vars.DOCKERHUB_IMG }}:${{ env.DOCKER_TAG }}

0 comments on commit 85c04d3

Please sign in to comment.