Skip to content

Commit

Permalink
Fix name of step (id: tags)
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Dec 4, 2023
1 parent e56be95 commit 35ed85e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 341 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockercd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:
file: docker/Dockerfile.${{ matrix.image }}
push: ${{ github.event_name == 'push' }}
platforms: linux/amd64
tags: ${{ steps.date.outputs.tags }}
tags: ${{ steps.tags.outputs.tags }}
build-args:
DEV=true
TAG=${{ steps.date.outputs.releasetag }}
TAG=${{ steps.tags.outputs.releasetag }}
PROJECT=${{ env.PROJECT }}
GITHUB_ACTIONS=${{ env.GITHUB_ACTIONS }}
339 changes: 0 additions & 339 deletions .github/workflows/dockercd-tag.yml_

This file was deleted.

0 comments on commit 35ed85e

Please sign in to comment.