Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen-is-here committed May 24, 2024
1 parent ccab800 commit acacc0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pb-create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: ${{ secrets.INITIALIZ_BUILDPACKS_DOCKERHUB_USERNAME }}
- uses: actions/setup-go@v3
with:
go-version: "1.18"
go-version: "1.22"
- name: Install create-package
run: |
#!/usr/bin/env bash
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
--format "${FORMAT}"
fi
env:
PACKAGES: docker.io/paketobuildpacks/datadog
PACKAGES: docker.io/initializbuildpacks/datadog
PUBLISH: "true"
VERSION: ${{ steps.version.outputs.version }}
VERSION_MAJOR: ${{ steps.version.outputs.version-major }}
Expand Down

0 comments on commit acacc0b

Please sign in to comment.