Skip to content

Commit

Permalink
Setting some build args
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Aug 8, 2024
1 parent 89e2f9b commit 6fc8150
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log into registry ${{ env.REGISTRY }}
Expand All @@ -53,3 +52,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
build-args:
- CI_COMMIT_REF_NAME=${{ github.ref }}
- CI_COMMIT_SHA=${{ github.sha }}
- CI_COMMIT_TITLE=${{ }}
- CI_COMMIT_TIMESTAMP=${{ }}
9 changes: 0 additions & 9 deletions .gitlab-ci.yml

This file was deleted.

0 comments on commit 6fc8150

Please sign in to comment.