Skip to content

Commit

Permalink
πŸš€ test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anngdinh committed Jun 26, 2024
1 parent c0fddfa commit 22316ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
TELEGRAF_VERSION: 1.26.0-1.0.2
with:
build-args: |
ARG_VERSION="1.26.0-1.0.2"
ARG_GITHUB_REPOSITORY="${{ github.repository }}"
ARG_VERSION=1.26.0-1.0.2
ARG_GITHUB_REPOSITORY=${{ github.repository }}
context: ./docker
push: true
tags: |
Expand Down

0 comments on commit 22316ee

Please sign in to comment.