Skip to content

Commit

Permalink
Merge pull request #16 from magick93/unstable
Browse files Browse the repository at this point in the history
use after actions/checkout@v4
  • Loading branch information
magick93 authored Nov 26, 2024
2 parents 89d32f9 + 35b5db9 commit ee9e8ff
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,7 @@ jobs:
extract-version:
runs-on: ubuntu-22.04
steps:
- name: Get rust-version
id: get-rust-version
run: |
echo "Current working directory: $(pwd)"
ls -la $(pwd)
ls -la ./../.github/scripts/
RUST_VERSION=$(./../.github/scripts/toml_reader.sh Cargo.toml package rust-version)


- name: Extract version (if stable)
if: github.event.ref == 'refs/heads/stable'
Expand Down Expand Up @@ -70,6 +64,14 @@ jobs:
if: env.SELF_HOSTED_RUNNERS == 'false'
run: rustup update stable

- name: Get rust-version
id: get-rust-version
run: |
echo "Current working directory: $(pwd)"
ls -la $(pwd)
ls -la ./../.github/scripts/
RUST_VERSION=$(./../.github/scripts/toml_reader.sh Cargo.toml package rust-version)
- name: Retrieve Docker credentials from Vault
uses: hashicorp/vault-action@v2
with:
Expand Down

0 comments on commit ee9e8ff

Please sign in to comment.