Skip to content

Commit

Permalink
fixed actions
Browse files Browse the repository at this point in the history
  • Loading branch information
H3rmt committed May 25, 2024
1 parent 914a651 commit f2fbc97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
images: ${{ env.IMAGE_NAME }}
flavor:
suffix="-exporter"
suffix=-exporter
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
with:
images: ${{ env.IMAGE_NAME }}
flavor:
suffix="-exporter"
suffix=-exporter
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: |
${{ env.IMAGE_NAME }}
flavor:
suffix=""
images: ${{ env.IMAGE_NAME }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit f2fbc97

Please sign in to comment.