Skip to content

Commit

Permalink
ci: Fix errors in docker image uploading (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsss authored Jul 30, 2024
1 parent 00c4287 commit 9607cff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build_docker_image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
id: meta
with:
images: ${{ inputs.image_name }}
tags: ${{ steps.generate_tags.outputs.tags }}
tags: ${{ inputs.tags }}

- name: Build and push
uses: docker/build-push-action@v5
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ jobs:
with:
tags: |
type=raw,value=nightly
type=raw,value=${{ github.sha }}
artifact_name: clio_server_Linux_Release
strip_binary: true
publish_image: ${{ github.event_name != 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_docker_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
tags: |
type=raw,value=latest
type=raw,value=gcc_12_clang_16
type=ref,value=${{ env.GITHUB_SHA }}
type=raw,value=${{ github.sha }}
platforms: linux/amd64,linux/arm64
description: CI image for XRPLF/clio.

0 comments on commit 9607cff

Please sign in to comment.