Skip to content

Commit

Permalink
Update build-revision-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hlebkanonik authored Jul 24, 2024
1 parent 792ea15 commit 2692898
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build-revision-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,7 @@ jobs:
name: Setting variables for docker build
runs-on: ubuntu-latest
environment: rc
steps:
- id: get_version
uses: oprypin/find-latest-tag@v1
with:
repository: ${{ github.repository }}
releases-only: true

- name: Checkout
uses: actions/checkout@v3
with:
ref: "refs/tags/${{ steps.get_version.outputs.tag }}"

steps:
- name: Create variables
id: vars
run: |
Expand Down

0 comments on commit 2692898

Please sign in to comment.