Skip to content

Commit

Permalink
Intermediate commit to test version name
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli committed Jul 24, 2023
1 parent 0884226 commit e23f2e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-nightly-docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ jobs:

steps:
- name: Set up Docker Buildx
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
id: buildx
uses: docker/setup-buildx-action@v2
with:
buildkitd-flags: --debug

- name: Login to Github Packages
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
uses: docker/login-action@v2
with:
registry: ghcr.io
Expand All @@ -39,7 +37,7 @@ jobs:

- name: Get version tag
id: extract_tag
run: echo "{tag}={date +%Y%m%d}" >> $GITHUB_OUTPUT
run: echo "tag=$(date +%Y%m%d)" >> $GITHUB_OUTPUT

- name: Current Version Name
run: |
Expand Down

0 comments on commit e23f2e3

Please sign in to comment.