Skip to content

Commit

Permalink
MAN-227 - fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Dec 20, 2024
1 parent c24b96e commit e1e3c34
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
3 changes: 0 additions & 3 deletions .github/actions/build_multiplatform_docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ inputs:
HMPPS_QUAYIO_TOKEN:
description: Docker registry token
required: false
SENTRY_AUTH_TOKEN:
description: Docker registry token
required: true

runs:
using: "composite"
Expand Down
18 changes: 0 additions & 18 deletions .github/actions/sentry_auth/action.yml

This file was deleted.

21 changes: 1 addition & 20 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,4 @@ jobs:
registry_org: ${{ inputs.registry_org }}
additional_docker_tag: ${{ secrets.SENTRY_AUTH_TOKEN }}
push: ${{ inputs.push }}
app_version: ${{ steps.app_version.outputs.version }}
# - uses: docker/build-push-action@v6
# with:
# cache-from: type=gha
# platforms: linux/amd64,linux/arm64
# cache-to: type=gha,mode=max
# context: .
# push: ${{ inputs.push }}
# secret-envs: |
# "sentry=SENTRY_AUTH_TOKEN"
# provenance: false
# build-args: |
# "BUILD_NUMBER=${{ steps.app_version.outputs.version }}
# "GIT_REF=${{ github.sha }}"
# "GIT_BRANCH=${{ github.ref_name }}"
# tags: |
# ${{ inputs.docker_registry}}/${{ inputs.registry_org }}/${{ github.event.repository.name }}:latest
# ${{ inputs.docker_registry}}/${{ inputs.registry_org }}/${{ github.event.repository.name }}:${{ steps.app_version.outputs.version }}


app_version: ${{ steps.app_version.outputs.version }}

0 comments on commit e1e3c34

Please sign in to comment.